Compare commits
No commits in common. "4a555a79b15cb2e7d2d3ddd14d3d4733dc2de0ae" and "8ffa0c1df5dacfee2406a07d2efe4d85f0296206" have entirely different histories.
4a555a79b1
...
8ffa0c1df5
@ -1,56 +1,44 @@
|
||||
tap "homebrew/bundle"
|
||||
tap "homebrew/cask"
|
||||
tap "homebrew/cask-fonts"
|
||||
tap "homebrew/cask-versions"
|
||||
tap "homebrew/core"
|
||||
tap "homebrew/services"
|
||||
tap 'caskroom/cask'
|
||||
tap 'caskroom/fonts'
|
||||
|
||||
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"
|
||||
brew 'asdf'
|
||||
brew 'cmake'
|
||||
brew 'git-lfs'
|
||||
brew 'git'
|
||||
brew 'gnupg'
|
||||
brew 'httpie'
|
||||
brew 'pass'
|
||||
brew 'pinentry-mac'
|
||||
brew 'tmux'
|
||||
|
||||
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 'font-anonymous-pro'
|
||||
cask 'font-fira-code'
|
||||
cask 'font-iosevka'
|
||||
cask 'font-jetbrains-mono'
|
||||
|
||||
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 "font-fira-code"
|
||||
cask "font-iosevka"
|
||||
cask "font-jetbrains-mono"
|
||||
cask "font-victor-mono"
|
||||
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'
|
||||
|
@ -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 "$@"
|
@ -1,6 +1,6 @@
|
||||
### ASDF
|
||||
# mnemonic [V]ersion [M]anager [I]nstall
|
||||
# install multiple languages at once, async
|
||||
# mnemonic [V]ersion [M]anager [I]nstall
|
||||
|
||||
lang=${1}
|
||||
asdf plugin-list-all &>/dev/null 2>&1
|
||||
|
16
home/.zshrc
16
home/.zshrc
@ -9,14 +9,14 @@ fi
|
||||
|
||||
zplug "zplug/zplug", hook-build:'zplug --self-manage'
|
||||
|
||||
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 "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 "b4b4r07/enhancd", use:init.sh
|
||||
if zplug check "b4b4r07/enhancd"; then
|
||||
|
Loading…
Reference in New Issue
Block a user