mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
alias subl command
This commit is contained in:
parent
46e9713920
commit
bb21500abb
2
aliases
2
aliases
@ -12,6 +12,8 @@ alias ...="cd ../.."
|
|||||||
alias ~="cd ~"
|
alias ~="cd ~"
|
||||||
|
|
||||||
alias a='atom-beta .'
|
alias a='atom-beta .'
|
||||||
|
alias subl='/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl'
|
||||||
|
alias s='subl .'
|
||||||
|
|
||||||
# Update All The Things
|
# Update All The Things
|
||||||
alias update='update-everything.sh'
|
alias update='update-everything.sh'
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
# macOS
|
# macOS
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
echo "$(tput setaf 136)
|
echo ""
|
||||||
Update macOS Apps"
|
echo "$(tput setaf 136) Update macOS Apps"
|
||||||
echo "------------------------------$(tput sgr0)"
|
echo "------------------------------$(tput sgr0)"
|
||||||
|
|
||||||
#sudo softwareupdate -i -a
|
#sudo softwareupdate -i -a
|
||||||
@ -17,8 +17,9 @@ mas upgrade
|
|||||||
# Homebrew
|
# Homebrew
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
echo "$(tput setaf 136)
|
echo ""
|
||||||
Update Homebrew"
|
echo ""
|
||||||
|
echo "$(tput setaf 136) Update Homebrew"
|
||||||
echo "------------------------------$(tput sgr0)"
|
echo "------------------------------$(tput sgr0)"
|
||||||
|
|
||||||
brew update
|
brew update
|
||||||
@ -30,6 +31,8 @@ brew cleanup
|
|||||||
# npm
|
# npm
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo ""
|
||||||
echo "$(tput setaf 136) Update npm"
|
echo "$(tput setaf 136) Update npm"
|
||||||
echo "------------------------------$(tput sgr0)"
|
echo "------------------------------$(tput sgr0)"
|
||||||
|
|
||||||
@ -44,6 +47,8 @@ npm update -g
|
|||||||
# Atom
|
# Atom
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo ""
|
||||||
echo "$(tput setaf 136) Update Atom packages"
|
echo "$(tput setaf 136) Update Atom packages"
|
||||||
echo "------------------------------$(tput sgr0)"
|
echo "------------------------------$(tput sgr0)"
|
||||||
|
|
||||||
@ -55,8 +60,9 @@ apm clean
|
|||||||
# Ruby
|
# Ruby
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
echo "$(tput setaf 136)
|
echo ""
|
||||||
Update rvm"
|
echo ""
|
||||||
|
echo "$(tput setaf 136) Update rvm"
|
||||||
echo "------------------------------$(tput sgr0)"
|
echo "------------------------------$(tput sgr0)"
|
||||||
|
|
||||||
# update rvm itself
|
# update rvm itself
|
||||||
@ -73,12 +79,13 @@ rvm cleanup all
|
|||||||
# GPG
|
# GPG
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
echo "$(tput setaf 136)
|
echo ""
|
||||||
Refresh GPG keys"
|
echo ""
|
||||||
|
echo "$(tput setaf 136) Refresh GPG keys"
|
||||||
echo "------------------------------$(tput sgr0)"
|
echo "------------------------------$(tput sgr0)"
|
||||||
|
|
||||||
gpg --refresh-keys
|
gpg --refresh-keys
|
||||||
|
|
||||||
echo "$(tput setaf 64)
|
echo ""
|
||||||
-------------------------------"
|
echo "$(tput setaf 64) -------------------------------"
|
||||||
echo " ✓ all done$(tput sgr0)"
|
echo " ✓ all done$(tput sgr0)"
|
||||||
|
Loading…
Reference in New Issue
Block a user