brew, aliases etc.

main
Steffen Rademacker 10 years ago
parent bd3f93cdd0
commit 5792b8782c

@ -63,6 +63,7 @@ alias devr='devs && dev'
# tmux
alias t='tmux -u -2'
alias ta='tmux attach'
alias tmd='tmuxifier load-window dev'
# all in one homebrew, gem update commands

@ -60,7 +60,6 @@ brew cask install slate
brew cask install things
brew cask install transmission
brew cask install truecrypt
brew cask install vagrant
brew cask install virtualbox
brew cask install vlc
brew cask install wedge

@ -350,6 +350,13 @@
<key>Text</key>
<string></string>
</dict>
<key>0x6e-0x180000</key>
<dict>
<key>Action</key>
<integer>11</integer>
<key>Text</key>
<string>0x01 0x3A 0x6E 0x65 0x77 0x0D</string>
</dict>
<key>0x76-0x100000</key>
<dict>
<key>Action</key>
@ -453,7 +460,7 @@
<key>NSWindow Frame Preferences</key>
<string>2531 171 924 485 1920 0 1920 1080 </string>
<key>NSWindow Frame iTerm Window 0</key>
<string>2107 149 1130 656 1920 0 1920 1080 </string>
<string>0 0 1280 800 0 0 1280 778 </string>
<key>New Bookmarks</key>
<array>
<dict>
@ -1248,7 +1255,7 @@
<key>SUHasLaunchedBefore</key>
<true/>
<key>SULastCheckTime</key>
<date>2014-09-19T12:20:23Z</date>
<date>2014-09-21T18:25:49Z</date>
<key>SavePasteHistory</key>
<false/>
<key>Show Toolbelt</key>

@ -10,6 +10,7 @@ curl -L https://npmjs.org/install.sh | sh
npm install -g bower
npm install -g browserify
npm install -g dploy
npm install -g eslint
npm install -g grunt-cli
npm install -g gulp
npm install -g js-beautify

@ -10,7 +10,7 @@ unbind-key C-b
bind-key a send-prefix
# reparing copy & paste by default
set-option -g default-command "reattach-to-user-namespace -l zsh"
# set-option -g default-command "reattach-to-user-namespace -l zsh"
# more history
set-option -g history-limit 10000

Loading…
Cancel
Save