KY00KIM / .dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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

About


Languages

Language:Shell 90.6%Language:C++ 4.1%Language:Python 4.0%Language:Ruby 0.8%Language:Roff 0.2%Language:Makefile 0.2%Language:Perl 0.1%Language:Batchfile 0.0%Language:Lua 0.0%Language:Dockerfile 0.0%Language:Vim Script 0.0%