Commit 197a02e Diego Lendoiro
committed
1 parent c415dfb commit 197a02e Copy full SHA for 197a02e
File tree 3 files changed +8
-13
lines changed
3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change
1
+ * .sw *
2
+ * .o
3
+ * .a
Original file line number Diff line number Diff line change 67
67
# export SSH_KEY_PATH="~/.ssh/dsa_id"
68
68
#
69
69
# Pkgfile hook
70
- # Command not found suggestions
71
- source /usr/share/doc/pkgfile/command-not-found.zsh
72
70
# Vim inner text object and surround plugin for terminal vim mode
73
- source ~ /.oh-my-zsh/plugins/opp.zsh/opp.zsh
74
- source ~ /.oh-my-zsh/plugins/opp.zsh/opp/* .zsh
75
71
bindkey ' ^[[A' up-line-or-search
76
72
bindkey ' ^[[B' down-line-or-search
77
73
# #Reverse incremental search
78
74
bindkey ' ^R' history-incremental-search-backward
79
75
# TERM setting when not running tmux or tmuxinator
80
76
export TERM=' xterm'
81
- eval ` dircolors ~ /.dir_colors`
82
- # ##powerline
83
- # . /usr/share/zsh/site-contrib/powerline.zsh
84
- # Tmux 256 color
85
- alias tmux=" TERM=screen-256color-bce tmux"
86
- alias tmuxinator=" TERM=screen-256color-bce tmuxinator"
87
77
# ###aliases
88
- source $HOME /.aliases_priv
89
78
# ####Rspec alias
90
79
alias rspec=" rspec --color"
91
-
92
80
export PATH=" $PATH :$HOME /.rvm/bin" # Add RVM to PATH for scripting
Original file line number Diff line number Diff line change 17
17
1 . `clone
18
18
2 . Create a common user in both machines involved
19
19
3 . Install vim plugins
20
- 4 . ` tmuxinator start backend `
20
+ 4 . ln -s ~ /pair-dev/.zshrc ~ /.zshrc
21
+ 5 . ln -s ~ /pair-dev/.vimrc ~ /.vimrc
22
+ 6 . ln -s ~ /pair-dev/.tmux.conf ~ /.tmux.conf
23
+ 7 . Install [ oh-my-zsh] ( https://github.com/robbyrussell/oh-my-zsh " oh my zsh home page ")
24
+ 8 . ` tmuxinator start backend `
You can’t perform that action at this time.
0 commit comments