Use gruvbox dark for neovim

This commit is contained in:
2024-03-26 17:15:22 -04:00
parent 019dcdbe9e
commit 882708daa3
6 changed files with 1424 additions and 2 deletions
+2 -1
View File
@@ -183,8 +183,9 @@ fi
echo -e ""$username" soft memlock 64\n"$username" hard memlock 2097152\n"$username" hard nofile 524288\n# End of file" > /etc/security/limits.conf # increase memlock and add support for esync echo -e ""$username" soft memlock 64\n"$username" hard memlock 2097152\n"$username" hard nofile 524288\n# End of file" > /etc/security/limits.conf # increase memlock and add support for esync
echo 'vm.max_map_count=2147483642' > /etc/sysctl.d/90-override.conf # increase max virtual memory maps (helps with some Wine games) echo 'vm.max_map_count=2147483642' > /etc/sysctl.d/90-override.conf # increase max virtual memory maps (helps with some Wine games)
pacman -S neofetch htop neovim --needed --noconfirm pacman -S neofetch htop neovim --needed --noconfirm
mkdir -p /etc/xdg/nvim mkdir -p /etc/xdg/nvim/colors
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/sysinit.vim -o /etc/xdg/nvim/sysinit.vim curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/sysinit.vim -o /etc/xdg/nvim/sysinit.vim
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/gruvbox.vim -o /etc/xdg/nvim/colors/gruvbox.vim
rc-update add local boot rc-update add local boot
rc-update del local default rc-update del local default
File diff suppressed because it is too large Load Diff
Executable → Regular
View File
Executable → Regular
View File
+3
View File
@@ -1,3 +1,6 @@
" load color scheme
autocmd vimenter * ++nested colorscheme gruvbox
" ensure correct basic settings " ensure correct basic settings
set fileencoding=utf-8 set fileencoding=utf-8
+1 -1
View File
@@ -3,7 +3,7 @@
loadkeys us loadkeys us
echo ---------------------------------------------------------------------------------------------- echo ----------------------------------------------------------------------------------------------
echo rwinkhart\'s Artix Install Script echo rwinkhart\'s Artix Install Script
echo last updated March 26, 2024 \(rev. A\) echo last updated March 26, 2024 \(rev. B\)
echo ---------------------------------------------------------------------------------------------- echo ----------------------------------------------------------------------------------------------
echo You will be asked some questions before installation. echo You will be asked some questions before installation.
echo -e "----------------------------------------------------------------------------------------------\n" echo -e "----------------------------------------------------------------------------------------------\n"