From bae9d652fb6951e13cc7780e15e8460914c9da04 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 5 Oct 2024 18:58:57 -0400 Subject: [PATCH] Replace neofetch with fastfetch --- chrootInstall.sh | 2 +- config-files/zshrc | 1 + install.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 92a37fb..7f55c66 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -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 diff --git a/config-files/zshrc b/config-files/zshrc index 6ec9565..8874bd4 100644 --- a/config-files/zshrc +++ b/config-files/zshrc @@ -45,6 +45,7 @@ bindkey "^L" zsh-redraw # Stock aliases alias ls='ls --color=auto' alias grep='grep --color=auto' +alias fastfetch='fastfetch -c paleofetch' alias orphans='doas pacman -Rcns $(pacman -Qqdt)' alias powersave='doas /usr/local/bin/powerset.sh powersave' alias performance='doas /usr/local/bin/powerset.sh performance' diff --git a/install.sh b/install.sh index 7210d36..31c1c47 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s Artix Install Script -echo Last updated September 25, 2024 \(rev. A\) +echo Last updated October 05, 2024 \(rev. A\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"