diff --git a/2-setup.sh b/2-setup.sh index 9354a5c..d883d3b 100755 --- a/2-setup.sh +++ b/2-setup.sh @@ -4,6 +4,7 @@ xdg-user-dirs-update # Install Neovim +cd git clone https://github.com/neovim/neovim cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo git checkout stable diff --git a/4-rice.sh b/4-rice.sh index 70062b0..4dd37bb 100755 --- a/4-rice.sh +++ b/4-rice.sh @@ -19,7 +19,7 @@ tar xzf Dracula-icons.tar.gz cp -r BlueSky-Clean-Dark ~/.themes cp -r Dracula ~/.themes cp -r Adwaita-dark ~/.themes -cp -r Nordic ~/.themes +cp -r Nordic ~/.themes cp -r Blackout ~/.themes cp -r Graphite-Dark ~/.themes cp -r Materia-Manjaro-gtk ~/.themes @@ -58,7 +58,7 @@ fi cd debian-z/ sudo cp config/settings.ini ~/.config/gtk-3.0/ -cp config/.gtkrc-2.0 ~/ +cp config/.gtkrc-2.0 ~/ #-------------------------------------------------- # Fixing the volume keys xbindkeys --defaults > ~/.xbindkeysrc @@ -73,7 +73,7 @@ echo '# Increase volume # Mute volume "amixer set Master toggle" - XF86AudioMute' >> ~/.xbindkeysrc +XF86AudioMute' >> ~/.xbindkeysrc xbindkeys -f ~/.xbindkeysrc #-------------------------------------------------- @@ -81,4 +81,5 @@ cd cd debian-z/ source optional/keyboard_layout.sh source optional/terminal_in_pcmanfm.sh -#source optional/nvidia.sh \ No newline at end of file +source optional/nvim.sh +#source optional/nvidia.sh diff --git a/optional/nvim.sh b/optional/nvim.sh new file mode 100755 index 0000000..8ccfb93 --- /dev/null +++ b/optional/nvim.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +git clone https://github.com/zedsalim/nvim ~/.config/nvim