mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-03 07:27:19 -04:00
Replace neofetch with fastfetch
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@ else
|
|||||||
fi
|
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 fastfetch htop neovim --needed --noconfirm
|
||||||
mkdir -p /etc/xdg/nvim/colors
|
mkdir -p /etc/xdg/nvim/colors
|
||||||
install -m 0644 ./config-files/sysinit.vim /etc/xdg/nvim/sysinit.vim
|
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
|
install -m 0644 ./config-files/gruvbox.vim /etc/xdg/nvim/colors/gruvbox.vim
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ bindkey "^L" zsh-redraw
|
|||||||
# Stock aliases
|
# Stock aliases
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
|
alias fastfetch='fastfetch -c paleofetch'
|
||||||
alias orphans='doas pacman -Rcns $(pacman -Qqdt)'
|
alias orphans='doas pacman -Rcns $(pacman -Qqdt)'
|
||||||
alias powersave='doas /usr/local/bin/powerset.sh powersave'
|
alias powersave='doas /usr/local/bin/powerset.sh powersave'
|
||||||
alias performance='doas /usr/local/bin/powerset.sh performance'
|
alias performance='doas /usr/local/bin/powerset.sh performance'
|
||||||
|
|||||||
+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 September 25, 2024 \(rev. A\)
|
echo Last updated October 05, 2024 \(rev. A\)
|
||||||
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