-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
executable file
·37 lines (22 loc) · 903 Bytes
/
Copy pathREADME
File metadata and controls
executable file
·37 lines (22 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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