Add lazygit config

This commit is contained in:
Tony Grosinger 2023-07-23 15:02:24 -07:00
parent b2fde694d8
commit c755b7b5e9
2 changed files with 8 additions and 0 deletions

4
.lazygit Normal file
View File

@ -0,0 +1,4 @@
gui:
timeFormat: '2006-01-02'
mouseEvents: false

View File

@ -58,6 +58,10 @@ function performSetup() {
linkFile ".gitconfig"
linkFile ".gitattributes"
echo "Linking LazyGit..."
mkdir -p ~/.config/lazygit
ln -fns ${DOTFILES_DIR}/.lazygit ~/.config/lazygit/config.yml
echo "Linking tmux..."
linkFile ".tmux.conf"