main
Steffen Rademacker 7 years ago
parent 373cd3cb24
commit 5b05248960

@ -14,6 +14,7 @@ application/pdf; ~/dotfiles/office/quicklook.sh %s pdf
# HTML
text/html; w3m -I %{charset} -T text/html; copiousoutput;
text/plain; nvim %s
# Unidentified files
application/octet-stream; ~/dotfiles/office/view-attachment.sh %s "-"

@ -183,7 +183,7 @@
<key>FontAntialias</key>
<true/>
<key>ProfileCurrentVersion</key>
<real>2.04</real>
<real>2.0499999999999998</real>
<key>SelectionColor</key>
<data>
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS

@ -55,10 +55,8 @@ alias ta='tmux -u attach'
# all in one homebrew, gem update commands
alias brewup='brew update && brew upgrade && brew cleanup'
alias caskup='brew cask list | xargs brew cask install --force'
alias npmup='npm -g cache clean && npm -g update'
alias sysup='sudo softwareupdate -i -a'
alias upall='sysup && brewup && npmup'
alias upall='brewup && npmup'
# other often used stuff, mostly node/npm
alias nr='npm run'

Loading…
Cancel
Save