Using dotfiles on Linux - purple4pur/dotfiles GitHub Wiki
Tested on Ubuntu 20.04 LTS
Install scoop
sudo snap install chezmoi --classic
Use dotfiles
chezmoi init --apply https://github.com/purple4pur/dotfiles.git # First-time initialization
chezmoi update # Pull latest changes
Install Starship and zoxide
sudo snap install starship
curl -sS https://webinstall.dev/zoxide | bash # this install only for current user
Setup Shell config
Append this to ~/.bashrc
:
source ~/.config/.bash_setup