Added lazygit config
This commit is contained in:
parent
d1d87464eb
commit
edfac88861
3
config/lazygit/config.yml
Normal file
3
config/lazygit/config.yml
Normal file
@ -0,0 +1,3 @@
|
||||
gui:
|
||||
showIcons: true
|
||||
|
||||
@ -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 && \
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user