pingkoc/dotfiles
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Installation:
git clone https://github.com/pingkoc/dotfiles.git ~/dotfiles
TMUX Config Installation
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
VIM Config Installation
Create symlinks:
ln -s ~/dotfiles/vim/vimrc ~/.vimrc
ln -s ~/dotfiles/vim ~/.vim
Install vim-plug:
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Install plugins (from inside vim):
:PlugInstall
Install ripgrep (required for :Rg search):
brew install ripgrep
fzf is installed automatically by vim-plug.
Oh My ZSH:
Install ZSH and Oh My ZSH:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Soft Link
ln -s ~/dotfiles/ohmyzsh/.zshrc ~/.zshrc
Set Terminal Profile to run zsh instead of bash