video for mutt, cleanup install scripts

main
Steffen Rademacker 6 years ago
parent 4a31fcc093
commit a54b208f86

@ -9,6 +9,7 @@ read -p "Press any key to continue... " -n1 -s
# install homebrew # install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor brew doctor
brew tap homebrew/services
# brew paths # brew paths
export HOMEBREW_CASK_OPTS="--appdir=/Applications" export HOMEBREW_CASK_OPTS="--appdir=/Applications"
@ -56,8 +57,6 @@ brew cask install hammerspoon
brew cask install nextcloud brew cask install nextcloud
read -p "Press any key to continue... " -n1 -s read -p "Press any key to continue... " -n1 -s
brew tap homebrew/services
# clipper # clipper
mkdir -p ~/Library/LaunchAgents mkdir -p ~/Library/LaunchAgents
brew services start clipper brew services start clipper

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
brew tap caskroom/versions
brew tap buo/cask-upgrade brew tap buo/cask-upgrade
brew tap homebrew/cask-drivers
# brew cask and install software # brew cask and install software
brew cask install 1password brew cask install 1password
@ -17,19 +17,19 @@ brew cask install imageoptim
brew cask install kap brew cask install kap
brew cask install karabiner-elements brew cask install karabiner-elements
brew cask install ngrok brew cask install ngrok
brew cask install ocenaudio
brew cask install qlcolorcode brew cask install qlcolorcode
brew cask install qlstephen brew cask install qlstephen
brew cask install sequel-pro brew cask install sequel-pro
brew cask install signal brew cask install signal
brew cask install sketch brew cask install sketch
brew cask install skype brew cask install skype
brew cask install slack
brew cask install spotify brew cask install spotify
brew cask install telegram brew cask install telegram
brew cask install vlc brew cask install vlc
brew cask install vmware-fusion brew cask install vmware-fusion
brew cask install xld
# Drivers and other software
brew cask install ubiquiti-unifi-controller
read -p "Press any key to continue... " -n1 -s read -p "Press any key to continue... " -n1 -s
# set some options for qlcolorcode # set some options for qlcolorcode

@ -10,6 +10,7 @@ image/jpeg; ~/dotfiles/office/quicklook.sh %s jpg
image/pjpeg; ~/dotfiles/office/quicklook.sh %s jpg image/pjpeg; ~/dotfiles/office/quicklook.sh %s jpg
image/png; ~/dotfiles/office/quicklook.sh %s png image/png; ~/dotfiles/office/quicklook.sh %s png
image/gif; ~/dotfiles/office/quicklook.sh %s gif image/gif; ~/dotfiles/office/quicklook.sh %s gif
video/mp4; ~/dotfiles/office/quicklook.sh %s mp4
application/pdf; ~/dotfiles/office/quicklook.sh %s pdf application/pdf; ~/dotfiles/office/quicklook.sh %s pdf
# HTML # HTML

Loading…
Cancel
Save