Browse Source

Add macos upic

pull/4/head
Ein Verne 4 years ago
parent
commit
fa9e5dc4a4
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 3
      .zshrc
  2. 1
      Brewfile

3
.zshrc

@ -152,6 +152,9 @@ SPACESHIP_DIR_COLOR="${SPACESHIP_DIR_COLOR="cyan"}"
# usage adb-screencap > screen.png
alias adbcap="adb shell screencap -p"
alias proxy='export all_proxy=socks5://127.0.0.1:1080'
alias unproxy='unset all_proxy'
# fzf config
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export FZF_DEFAULT_COMMAND='ag --hidden --ignore .git --ignore .idea -l -g ""'

1
Brewfile

@ -101,6 +101,7 @@ cask "nitroshare"
cask "qmk-toolbox"
cask "via"
cask "vlc"
cask "upic"
mas "WeChat", id: 836500024
mas "Unsplash Wallpapers", id: 1284863847

Loading…
Cancel
Save