A fresh, clean, and personalized fish-shell prompt
- Any Linux distro (I personally use CachyOS)
- Fish shell
- Fastfetch
Backup and remove old-config
mkdir -p ~/fish.bak
cp ~/.config/fish/* -r ~/fish.bak
rm -rf ~/.config/fishClone
git clone https://github.com/Hadi493/cg-fish.git ~/.config/fish/source
source ~/.config/fish/config.fishll, la, cls, git_graph, g_graph, gb_graph.
sys-upgrade, full-sys-upgrade
Please make sure to review the config.fish file and update the aliases according to your Linux distribution. Note: Default aliases are pre-configured for Arch-based systems.
nvim
nvim ~/.config/fish/config.fishFor Debian
alias sys-upgrade="sudo apt update && sudo apt upgrade -y"
alias apt="sudo apt"For Fedora
alias sys-upgrade="sudo dnf upgrade -y"
alias dnf="sudo dnf"