ljun4121 / .dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

Clone

Clone the repository at ~. (Home Directory)

git clone https://github.com/ljun4121/.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

Themes

Install starship if you don't have it.

curl -sS https://starship.rs/install.sh | 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 92.4%Language:Python 5.8%Language:Ruby 1.1%Language:Roff 0.3%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%