/dotfiles

Save Ubuntu terminal dotfiles config.

Primary LanguageShell

My Dotfiles

Content

Set zsh as default shell:

chsh -s $(which zsh)

log out computer and log back in. (https://askubuntu.com/questions/131823/how-to-make-zsh-the-default-shell)

Usage

Get into the directory, use chmod can change the highest access permissions, make .sh file can be run.

cd dotfiles
chmod 777 setup.sh
./setup.sh