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 'caskroom/fonts'
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
brew 'asdf'
brew 'cmake'
brew 'git-lfs'
brew 'git'
brew 'gnupg'
brew 'httpie'
brew 'pass'
brew 'pinentry-mac'
brew 'tmux'
brew "asdf"
brew "cloc"
brew "cmake"
brew "git-lfs"
brew "git"
brew "gnu-tar"
brew "gnupg"
brew "nmap"
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 'font-fira-code'
cask 'font-iosevka'
cask 'font-jetbrains-mono'
cask "alfred"
cask "android-file-transfer"
cask "appcleaner"
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 'qlcommonmark'
cask 'qlmarkdown'
cask 'qlstephen'
cask 'quicklook-csv'
cask 'quicklook-json'
cask 'suspicious-package'
cask "suspicious-package"
cask 'alfred'
cask 'audiobookbinder'
cask 'bitbar'
cask 'caffeine'
cask 'docker'
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'
cask "font-anonymous-pro"
cask "font-fira-code"
cask "font-iosevka"
cask "font-jetbrains-mono"
cask "font-victor-mono"

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
# install multiple languages at once, async
# mnemonic [V]ersion [M]anager [I]nstall
# install multiple languages at once, async
lang=${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 "wagoodman/dive", from:gh-r, as:command, rename-to:dive
zplug "tbillington/kondo", from:gh-r, as:command, rename-to:kondo
zplug "stedolan/jq", from:gh-r, as:command, rename-to:jq
zplug "sharkdp/bat", from:gh-r, as:command, rename-to:bat
zplug "r-darwish/topgrade", from:gh-r, as:command, rename-to:topgrade
zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf
zplug "genuinetools/reg", from:gh-r, as:command, rename-to:reg
zplug "BurntSushi/ripgrep", from:gh-r, as:command, rename-to:rg
zplug "BurntSushi/ripgrep", from:gh-r, as:command, rename-to:rg
zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf
zplug "r-darwish/topgrade", from:gh-r, as:command, rename-to:topgrade
zplug "regclient/regclient", from:gh-r, as:command, rename-to:regctl
zplug "sharkdp/bat", from:gh-r, as:command, rename-to:bat
zplug "sharkdp/hexyl", from:gh-r, as:command, rename-to:hexyl
zplug "stedolan/jq", from:gh-r, as:command, rename-to:jq
zplug "wagoodman/dive", from:gh-r, as:command, rename-to:dive
zplug "b4b4r07/enhancd", use:init.sh
if zplug check "b4b4r07/enhancd"; then