cd ~
git clone [email protected]:johngrib/dotfiles.git
ln -s ~/dotfiles/.bash_profile
ln -s ~/dotfiles/.bashrc
# zsh을 bash로
chsh -s /bin/bash
cd ~/.config
ln -s ~/dotfiles/nvim
# https://github.com/junegunn/vim-plug#unix
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
pip3 install --user neovim
cd ~/.config
ln -s ~/dotfiles/karabiner
cd ~
ln -s ~/dotfiles/.bcrc
ln -s ~/dotfiles/.ctags
ln -s ~/dotfiles/.ctags.d
ln -s ~/dotfiles/.ideavimrc
ln -s ~/dotfiles/.tridactylrc