curl -L https://github.com/AsakawaP/dotfiles/server/initial.sh -o init.sh \
&& chmod +x init.sh \
&& ./init.shClone this repo and create symbol links:
git clone https://github.com/AsakawaP/dotfiles.git $HOME/dotfilesRun the command below with Oh My Zsh installed:
ln -s $HOME/dotfiles/oh-my-zsh/custom.zsh $ZSH_CUSTOM/custom.zsh \
&& source ~/.zshrcRun the command below with tmux installed:
ln -s $HOME/dotfiles/tmux/.tmux.conf $HOME/.tmux.conf