Skip to content

johngrib/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my dotfiles

기본 설정

cd ~
git clone [email protected]:johngrib/dotfiles.git
ln -s ~/dotfiles/.bash_profile
ln -s ~/dotfiles/.bashrc

 # zsh을 bash로
chsh -s /bin/bash

NeoVim

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

Karabiner-Elements

cd ~/.config
ln -s ~/dotfiles/karabiner

ETC

cd ~

ln -s ~/dotfiles/.bcrc
ln -s ~/dotfiles/.ctags
ln -s ~/dotfiles/.ctags.d
ln -s ~/dotfiles/.ideavimrc
ln -s ~/dotfiles/.tridactylrc