Compare commits
	
		
			6 Commits
		
	
	
		
			8ffa0c1df5
			...
			4a555a79b1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 4a555a79b1 | ||
|  | 5ea369ce38 | ||
|  | 389c4d25f0 | ||
|  | af444a7055 | ||
|  | 0c4e101c3a | ||
|  | b3e13c92bc | 
| @ -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
									
								
							
							
						
						
									
										6
									
								
								home/.zsh/cmd/ap.sh
									
									
									
									
									
										Executable 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 "$@" | ||||||
| @ -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 | ||||||
|  | |||||||
							
								
								
									
										16
									
								
								home/.zshrc
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								home/.zshrc
									
									
									
									
									
								
							| @ -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 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user