mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Use gruvbox dark for neovim
This commit is contained in:
+2
-1
@@ -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
Executable → Regular
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user