Replace neofetch with fastfetch

This commit is contained in:
2024-10-05 18:58:57 -04:00
parent 0c212b54d6
commit bae9d652fb
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ else
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 '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 fastfetch htop neovim --needed --noconfirm
mkdir -p /etc/xdg/nvim/colors
install -m 0644 ./config-files/sysinit.vim /etc/xdg/nvim/sysinit.vim
install -m 0644 ./config-files/gruvbox.vim /etc/xdg/nvim/colors/gruvbox.vim