Added lazygit config

This commit is contained in:
Christoffer Martinsson 2023-05-27 18:51:57 +02:00
parent d1d87464eb
commit edfac88861
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
gui:
showIcons: true

View File

@ -99,6 +99,9 @@ ln -sf ~/code_server/clang-format ~/.clang-format && \
# Symlink nvim user folder
ln -sf ~/code_server/config/nvim/lua/user ~/.config/nvim/lua/user && \
# Symlink lazygit config
ln -sf ~/code_server/config/lazygit/config.yml ~/.config/lazygit/config.yml && \
# Restore default .bashrc
sudo /bin/cp /etc/skel/.bashrc ~/.bashrc && \