Compare commits

..

No commits in common. "4a555a79b15cb2e7d2d3ddd14d3d4733dc2de0ae" and "8ffa0c1df5dacfee2406a07d2efe4d85f0296206" have entirely different histories.

4 changed files with 49 additions and 67 deletions

View File

@ -1,56 +1,44 @@
tap "homebrew/bundle" tap 'caskroom/cask'
tap "homebrew/cask" tap 'caskroom/fonts'
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
brew "asdf" brew 'asdf'
brew "cloc" brew 'cmake'
brew "cmake" brew 'git-lfs'
brew "git-lfs" brew 'git'
brew "git" brew 'gnupg'
brew "gnu-tar" brew 'httpie'
brew "gnupg" brew 'pass'
brew "nmap" brew 'pinentry-mac'
brew "openjdk" brew 'tmux'
brew "pass"
brew "pinentry-mac"
brew "smartmontools"
brew "telnet"
brew "tmux"
brew "wget"
brew "wireguard-tools"
brew "readline"
cask "alfred" cask 'font-anonymous-pro'
cask "android-file-transfer" cask 'font-fira-code'
cask "appcleaner" cask 'font-iosevka'
cask "bartender" cask 'font-jetbrains-mono'
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 "suspicious-package" cask 'qlcolorcode'
cask 'qlcommonmark'
cask 'qlmarkdown'
cask 'qlstephen'
cask 'quicklook-csv'
cask 'quicklook-json'
cask 'suspicious-package'
cask "font-anonymous-pro" cask 'alfred'
cask "font-fira-code" cask 'audiobookbinder'
cask "font-iosevka" cask 'bitbar'
cask "font-jetbrains-mono" cask 'caffeine'
cask "font-victor-mono" 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'

View File

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