lawvs / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Shell 62.8%Language:JavaScript 35.5%Language:Vim Script 1.7%