Further cleanup

main
Steffen Rademacker 4 years ago
parent d34c0431a8
commit 93522bba4a

@ -2,11 +2,9 @@
brew tap homebrew-ffmpeg/ffmpeg
# install additional brew packages -- see _install.sh too
brew install composer
brew install curl
brew install dnsmasq
brew install git-flow
brew install git-ftp
brew install golang
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-fdk-aac
brew install htop

@ -6,7 +6,6 @@ npm update -g
npm install -g diff-so-fancy
npm install -g fkill-cli
npm install -g localtunnel
npm install -g neovim
npm install -g npm-check
npm install -g pure-prompt

@ -1,5 +1,6 @@
#!/usr/bin/env bash
brew tap buo/cask-upgrade
brew cask install 1password
brew cask install adoptopenjdk8
brew cask install alfred
@ -14,7 +15,6 @@ brew cask install imagealpha
brew cask install imageoptim
brew cask install kap
brew cask install karabiner-elements
brew cask install microsoft-edge
brew cask install microsoft-teams
brew cask install qlcolorcode
brew cask install qlstephen
@ -42,4 +42,3 @@ defaults write org.n8gray.QLColorCode extraHLFlags '--replace-tabs=2'
sudo xattr -cr ~/Library/QuickLook/*.qlgenerator
qlmanage -r
qlmanage -r cache

@ -26,8 +26,6 @@ macro index,pager \cb "<pipe-message>urlscan<enter>" "call urlscan to extract UR
# Sync all email
macro index,pager O "<shell-escape>mbsync -a<enter>" "run mbsync to sync all mail"
macro index,pager B "| /Users/webgefrickel/Downloads/savemail.sh /Users/Downloads<enter>"
# View attachments properly.
bind attach <return> view-mailcap

@ -19,14 +19,14 @@ alias q='exit'
# suffix-aliases for file-types (zsh only)
alias -s css=$EDITOR
alias -s scss=$EDITOR
alias -s js=$EDITOR
alias -s html=$EDITOR
alias -s js=$EDITOR
alias -s json=$EDITOR
alias -s jsx=$EDITOR
alias -s md=$EDITOR
alias -s scss=$EDITOR
alias -s txt=$EDITOR
# clipper -- https://github.com/wincent/clipper
alias clip="nc localhost 8377"
alias -s yaml=$EDITOR
# better ls / l command
alias l='ls -alGp'

Loading…
Cancel
Save