/dotfiles

Primary LanguageShell

Dotfiles

Usages

curl -o- https://raw.githubusercontent.com/lawvs/dotfiles/master/init.sh | bash

or

sudo apt install -y git
git clone https://github.com/lawvs/dotfiles.git
cd dotfiles
sudo ./init.sh
./install.sh

Set and use Zsh as default shell

chsh -s $(which zsh)

References