Remove tmuxinator, various aliases / vim options
This commit is contained in:
parent
eb5598f7e7
commit
c1ceaaa8e8
4 changed files with 4 additions and 32 deletions
4
.aliases
4
.aliases
|
@ -23,6 +23,7 @@ alias gh="git hist"
|
|||
alias ghd="git hist-details"
|
||||
alias gr="git reset"
|
||||
alias grh="git reset --hard"
|
||||
alias gri="git rebase -i"
|
||||
alias grm="git rm"
|
||||
alias gs="git status"
|
||||
alias gw="git diff --check"
|
||||
|
@ -30,13 +31,14 @@ alias Grep='grep'
|
|||
alias l="ls"
|
||||
alias ll="ls -lv --human-readable --color=auto"
|
||||
alias ms="tmux -S /tmp/pair && chmod 777 /tmp/pair"
|
||||
alias mw="mux work"
|
||||
alias mw="tmux attach-session -t work || tmux new-session -s work"
|
||||
alias rd="popd"
|
||||
alias sd="pwd | pushd"
|
||||
alias s="cd ~/Source"
|
||||
alias sfs="map-sshfs"
|
||||
alias sz="source ~/.zshrc"
|
||||
alias t="tmux"
|
||||
alias tls="tmux list-sessions"
|
||||
alias v="vim"
|
||||
alias vu="vagrant up"
|
||||
alias vd="vagrant destroy"
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
# ~/.tmuxinator/work.yml
|
||||
# you can make as many tabs as you wish...
|
||||
|
||||
project_name: work
|
||||
project_root: ~/
|
||||
tabs:
|
||||
- zsh:
|
||||
panes:
|
||||
- #empty, zsh
|
||||
|
1
.vimrc
1
.vimrc
|
@ -23,6 +23,7 @@ set shellslash " Forward slashes
|
|||
set nobackup " No backup files
|
||||
set formatoptions=crq
|
||||
set textwidth=80
|
||||
set cpoptions+=$ " delimit end of change text
|
||||
set laststatus=2 " Always show status line
|
||||
set showmode " Show current mode
|
||||
set history=100 " History length
|
||||
|
|
21
README
21
README
|
@ -1,21 +0,0 @@
|
|||
sudo apt-get zsh
|
||||
sudo apt-get install ruby1.9.3
|
||||
sudo gem install tmuxinator
|
||||
|
||||
chsh -s /bin/zsh
|
||||
LOGOUT COMPLETELY and relogin
|
||||
git clone repo
|
||||
mv dotfiles/* .
|
||||
git submodule update --init
|
||||
source .zshrc
|
||||
:BundleInstall inside of vim
|
||||
|
||||
mux work
|
||||
|
||||
Remote Server:
|
||||
edit /etc/ssh/sshd_config
|
||||
```
|
||||
PermitTunnel yes
|
||||
GatewayPorts yes
|
||||
```
|
||||
|
Loading…
Reference in a new issue