alias subl command

This commit is contained in:
Matthias Kretschmann 2017-08-14 15:34:52 +02:00
parent 46e9713920
commit bb21500abb
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 19 additions and 13 deletions

View File

@ -12,6 +12,8 @@ alias ...="cd ../.."
alias ~="cd ~"
alias a='atom-beta .'
alias subl='/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl'
alias s='subl .'
# Update All The Things
alias update='update-everything.sh'

View File

@ -5,8 +5,8 @@
# macOS
# -------------
echo "$(tput setaf 136)
Update macOS Apps"
echo ""
echo "$(tput setaf 136) Update macOS Apps"
echo "------------------------------$(tput sgr0)"
#sudo softwareupdate -i -a
@ -17,8 +17,9 @@ mas upgrade
# Homebrew
# -------------
echo "$(tput setaf 136)
Update Homebrew"
echo ""
echo ""
echo "$(tput setaf 136) Update Homebrew"
echo "------------------------------$(tput sgr0)"
brew update
@ -30,6 +31,8 @@ brew cleanup
# npm
# -------------
echo ""
echo ""
echo "$(tput setaf 136) Update npm"
echo "------------------------------$(tput sgr0)"
@ -44,6 +47,8 @@ npm update -g
# Atom
# -------------
echo ""
echo ""
echo "$(tput setaf 136) Update Atom packages"
echo "------------------------------$(tput sgr0)"
@ -55,8 +60,9 @@ apm clean
# Ruby
# -------------
echo "$(tput setaf 136)
Update rvm"
echo ""
echo ""
echo "$(tput setaf 136) Update rvm"
echo "------------------------------$(tput sgr0)"
# update rvm itself
@ -73,12 +79,13 @@ rvm cleanup all
# GPG
# -------------
echo "$(tput setaf 136)
Refresh GPG keys"
echo ""
echo ""
echo "$(tput setaf 136) Refresh GPG keys"
echo "------------------------------$(tput sgr0)"
gpg --refresh-keys
echo "$(tput setaf 64)
-------------------------------"
echo ""
echo "$(tput setaf 64) -------------------------------"
echo " ✓ all done$(tput sgr0)"

View File

@ -15,9 +15,6 @@
[commit]
gpgSign = true
[gpg]
program = gpg2
[github]
user = kremalicious