Compare commits

..

6 Commits

Author SHA1 Message Date
Anton Zadvorny 4a555a79b1 Update zplug bins 2021-10-16 18:19:10 +03:00
Anton Zadvorny 5ea369ce38 Fix vmi description 2021-10-16 18:16:54 +03:00
Anton Zadvorny 389c4d25f0 Add ap command 2021-10-16 18:15:57 +03:00
Anton Zadvorny af444a7055 Update brewfile 2021-10-16 18:15:21 +03:00
Anton Zadvorny 0c4e101c3a Ignore UI versions of kondo 2021-02-22 18:56:54 +03:00
Anton Zadvorny b3e13c92bc Add Victor Mono font 2021-02-22 18:45:28 +03:00
4 changed files with 67 additions and 49 deletions

View File

@ -1,44 +1,56 @@
tap 'caskroom/cask' tap "homebrew/bundle"
tap 'caskroom/fonts' tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
brew 'asdf' brew "asdf"
brew 'cmake' brew "cloc"
brew 'git-lfs' brew "cmake"
brew 'git' brew "git-lfs"
brew 'gnupg' brew "git"
brew 'httpie' brew "gnu-tar"
brew 'pass' brew "gnupg"
brew 'pinentry-mac' brew "nmap"
brew 'tmux' brew "openjdk"
brew "pass"
brew "pinentry-mac"
brew "smartmontools"
brew "telnet"
brew "tmux"
brew "wget"
brew "wireguard-tools"
brew "readline"
cask 'font-anonymous-pro' cask "alfred"
cask 'font-fira-code' cask "android-file-transfer"
cask 'font-iosevka' cask "appcleaner"
cask 'font-jetbrains-mono' cask "bartender"
cask "discord"
cask "electrum"
cask "firefox-nightly"
cask "google-chrome"
cask "iina"
cask "iterm2"
cask "mongodb-compass"
cask "onyx"
cask "openemu"
cask "skype"
cask "spotify"
cask "stats"
cask "steam"
cask "sublime-merge"
cask "sublime-text"
cask "telegram"
cask "the-unarchiver"
cask "visual-studio-code"
cask "wireshark"
cask 'qlcolorcode' cask "suspicious-package"
cask 'qlcommonmark'
cask 'qlmarkdown'
cask 'qlstephen'
cask 'quicklook-csv'
cask 'quicklook-json'
cask 'suspicious-package'
cask 'alfred' cask "font-anonymous-pro"
cask 'audiobookbinder' cask "font-fira-code"
cask 'bitbar' cask "font-iosevka"
cask 'caffeine' cask "font-jetbrains-mono"
cask 'docker' cask "font-victor-mono"
cask 'firefox'
cask 'google-chrome'
cask 'iina'
cask 'iterm2'
cask 'oversight'
cask 'skype'
cask 'sublime-merge'
cask 'sublime-text'
cask 'the-unarchiver'
cask 'transmission'
cask 'virtualbox'
cask 'visual-studio-code'
cask 'wireshark'

6
home/.zsh/cmd/ap.sh Executable file
View File

@ -0,0 +1,6 @@
### ANSIBLE
# mnemonic: [A]nsible [P]laybook
# run ansible playbook with more readable output
echo -n "$@" | grep -q -- "-v" && export ANSIBLE_STDOUT_CALLBACK=yaml
ansible-playbook "$@"

View File

@ -1,6 +1,6 @@
### ASDF ### ASDF
# install multiple languages at once, async
# mnemonic [V]ersion [M]anager [I]nstall # mnemonic [V]ersion [M]anager [I]nstall
# install multiple languages at once, async
lang=${1} lang=${1}
asdf plugin-list-all &>/dev/null 2>&1 asdf plugin-list-all &>/dev/null 2>&1

View File

@ -9,14 +9,14 @@ fi
zplug "zplug/zplug", hook-build:'zplug --self-manage' zplug "zplug/zplug", hook-build:'zplug --self-manage'
zplug "wagoodman/dive", from:gh-r, as:command, rename-to:dive zplug "BurntSushi/ripgrep", from:gh-r, as:command, rename-to:rg
zplug "tbillington/kondo", from:gh-r, as:command, rename-to:kondo zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf
zplug "stedolan/jq", from:gh-r, as:command, rename-to:jq zplug "r-darwish/topgrade", from:gh-r, as:command, rename-to:topgrade
zplug "sharkdp/bat", from:gh-r, as:command, rename-to:bat zplug "regclient/regclient", from:gh-r, as:command, rename-to:regctl
zplug "r-darwish/topgrade", from:gh-r, as:command, rename-to:topgrade zplug "sharkdp/bat", from:gh-r, as:command, rename-to:bat
zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf zplug "sharkdp/hexyl", from:gh-r, as:command, rename-to:hexyl
zplug "genuinetools/reg", from:gh-r, as:command, rename-to:reg zplug "stedolan/jq", from:gh-r, as:command, rename-to:jq
zplug "BurntSushi/ripgrep", from:gh-r, as:command, rename-to:rg zplug "wagoodman/dive", from:gh-r, as:command, rename-to:dive
zplug "b4b4r07/enhancd", use:init.sh zplug "b4b4r07/enhancd", use:init.sh
if zplug check "b4b4r07/enhancd"; then if zplug check "b4b4r07/enhancd"; then