johngrib / dotfiles

My dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my dotfiles

기본 설정

cd ~
git clone git@github.com: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

About

My dotfiles.


Languages

Language:Shell 46.3%Language:Vim Script 36.1%Language:Vim Snippet 13.5%Language:Python 1.2%Language:Lua 0.9%Language:JavaScript 0.9%Language:Dockerfile 0.6%Language:Ruby 0.5%Language:Makefile 0.0%