diff --git a/.bashrc b/.bashrc index a9918bb..8dada92 100644 --- a/.bashrc +++ b/.bashrc @@ -21,8 +21,9 @@ export EDITOR=nvim # ----------------------------------------------------- alias c='clear' -alias nf='neofetch' -alias pf='pfetch' +alias nf='fastfetch' +alias pf='fastfetch' +alias ff='fastfetch' alias ls='eza -a --icons' alias ll='eza -al --icons' alias lt='eza -a --tree --level=1 --icons' diff --git a/.install/bashrc.sh b/.install/bashrc.sh index 65db75b..bdc57b2 100755 --- a/.install/bashrc.sh +++ b/.install/bashrc.sh @@ -12,7 +12,7 @@ if [ -f ~/dotfiles-versions/backups/$datets/.bashrc-old ]; then echo "Backup is already available here ~/dotfiles-versions/backups/$datets/.bashrc-old" fi if [ ! -L ~/.bashrc ] && [ -f ~/.bashrc ]; then - bash_confirm="Do you want to replace your existing .bashrc file with the dotfiles .bashrc file?" + bash_confirm="Do you want to replace your existing .bashrc file with the ML4W dotfiles .bashrc file?" if gum confirm "$bash_confirm" ;then rm ~/.bashrc _installSymLink .bashrc ~/.bashrc ~/dotfiles/.bashrc ~/.bashrc @@ -22,7 +22,7 @@ if [ ! -L ~/.bashrc ] && [ -f ~/.bashrc ]; then echo "Installation of the .bashrc file skipped." fi else - bash_confirm="Do you want to install the dotfiles .bashrc file now?" + bash_confirm="Do you want to install the ML4W dotfiles .bashrc file now?" if gum confirm "$bash_confirm" ;then if [ -L ~/.bashrc ] || [ -f ~/.bashrc ]; then rm ~/.bashrc diff --git a/.install/cleanup.sh b/.install/cleanup.sh index 86542a6..ca1ddc5 100644 --- a/.install/cleanup.sh +++ b/.install/cleanup.sh @@ -43,6 +43,10 @@ if [ -f ~/dotfiles/.settings/eww-monitor.sh ] ;then fi fi +# Replace pfetch and neofetch with fastfetch +sed -i "s/pfetch/fastfetch/g" ~/dotfiles/.bashrc +sed -i "s/neofetch/fastfetch/g" ~/dotfiles/.bashrc + # Create default folder structure xdg-user-dirs-update echo