/.dotfiles

Primary LanguageShell

.dotfiles

Clone

Clone the repository at ~. (Home Directory)

git clone https://github.com/KY00KIM/.dotfiles --recursive --shallow-submodules

Install

Install zsh if you don't have it.

sudo apt-get install zsh
chsh -s $(which zsh)
./.dotfiles/install.sh

Plugins

cd ./.dotfiles/plugins/autojump && ./install.py && cd -

Appendix

Add User

sudo adduser [name]
sudo usermod -aG sudo [name]

# optional for ssh
su - [name]
vi ~/.ssh/authorized_keys