My shell configuration files
- Install GIT
xcode-select —-install
sudo apt install git #-> Debian/APT
sudo pacman -S git #-> Arch/Pacman
- Install Homebrew (only Macos)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install zsh
brew install zsh #-> Macos
sudo apt install zsh #-> Debian/APT
sudo pacman -S zsh #-> Arch/Pacman
- Install Oh my ZSH
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Install Oh my ZSH
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Change shell
chsh -s $(which zsh)
- Install starship
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
- Clone this repository in home directory