wty-yy / dotfiles

Save Ubuntu terminal dotfiles config.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Save Ubuntu terminal dotfiles config.


Languages

Language:Shell 57.4%Language:Vim Script 38.5%Language:C++ 2.8%Language:Ruby 0.5%Language:Python 0.4%Language:Makefile 0.2%Language:Perl 0.1%Language:Roff 0.1%Language:Dockerfile 0.0%