-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
executable file
·46 lines (32 loc) · 1.27 KB
/
README
File metadata and controls
executable file
·46 lines (32 loc) · 1.27 KB
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
38
39
40
41
42
43
44
45
46
Installation:
git clone git://github.com/pingkoc/dotfiles.git ~/dotfiles
TMUX Config Installation
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
VIM Config Installations
README as adapted from vimcast.org
Create symlinks:
To VIMRC:
ln -s ~/dotfiles/vim/vimrc ~/.vimrc
ln -s ~/dotfiles/vim/gvimrc ~/.gvimrc
To VIM Directory:
ln -s ~/dotfiles/vim ~/.vim
Switch to the `~/dotfiles/vim` directory, and fetch submodules:
cd ~/dotfiles/vim
git submodule init
git submodule update
Install Powerline Fonts:
http://askubuntu.com/questions/283908/how-can-i-install-and-use-powerline-plugin
Solarized Terminal for theme compatibility:
https://github.com/tomislav/osx-terminal.app-colors-solarized
Spacemacs:
Install emacs
Install spacemacs
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
Initialize spacemacs then link
ln -s ~/dotfiles/spacemacs/.spacemacs ~/.spacemacs
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