mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
Compare commits
2 commits
a2297baf0d
...
34e4a19828
Author | SHA1 | Date | |
---|---|---|---|
34e4a19828 | |||
fa1f197925 |
4 changed files with 32 additions and 2 deletions
|
@ -10,6 +10,7 @@ actions:
|
||||||
[[ ! -d ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions ]] && mkdir -p ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions || echo "do nothing" >/dev/null
|
[[ ! -d ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions ]] && mkdir -p ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions || echo "do nothing" >/dev/null
|
||||||
[[ ! -f ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions/_dotdrop-completion.zsh ]] && curl -o ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions/_dotdrop-completion.zsh https://raw.githubusercontent.com/deadc0de6/dotdrop/master/completion/_dotdrop-completion.zsh || echo "do nothing" >/dev/null
|
[[ ! -f ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions/_dotdrop-completion.zsh ]] && curl -o ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions/_dotdrop-completion.zsh https://raw.githubusercontent.com/deadc0de6/dotdrop/master/completion/_dotdrop-completion.zsh || echo "do nothing" >/dev/null
|
||||||
[[ ! -f ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions/_diskutil.zsh ]] && curl -o ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions/_diskutil.zsh https://github.com/zchee/zsh-completions/blob/main/src/macOS/_diskutil || echo "do nothing" >/dev/null
|
[[ ! -f ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions/_diskutil.zsh ]] && curl -o ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions/_diskutil.zsh https://github.com/zchee/zsh-completions/blob/main/src/macOS/_diskutil || echo "do nothing" >/dev/null
|
||||||
|
[[ ! -f ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions/_fabric ]] && curl -sSLo ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/custom-completions/_fabric https://raw.githubusercontent.com/danielmiessler/fabric/refs/heads/main/completions/_fabric || echo "do nothing" >/dev/null
|
||||||
[[ ! -d ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/zsh-completions ]] && git clone https://github.com/zsh-users/zsh-completions.git ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/zsh-completions || echo "do nothing" >/dev/null
|
[[ ! -d ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/zsh-completions ]] && git clone https://github.com/zsh-users/zsh-completions.git ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/zsh-completions || echo "do nothing" >/dev/null
|
||||||
[[ ! -d ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/fzf-tab-completion ]] && git clone https://github.com/lincheney/fzf-tab-completion.git ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/fzf-tab-completion || echo "do nothing" >/dev/null
|
[[ ! -d ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/fzf-tab-completion ]] && git clone https://github.com/lincheney/fzf-tab-completion.git ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/fzf-tab-completion || echo "do nothing" >/dev/null
|
||||||
[[ ! -d ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/zsh-ssh ]] && git clone https://github.com/sunlei/zsh-ssh ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/zsh-ssh || echo "do nothing" >/dev/null
|
[[ ! -d ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/zsh-ssh ]] && git clone https://github.com/sunlei/zsh-ssh ${{ZSH_CUSTOM:-${{HOME}}/.oh-my-zsh/custom}}/plugins/zsh-ssh || echo "do nothing" >/dev/null
|
||||||
|
|
|
@ -86,6 +86,21 @@ if [[ $(command -v eza) ]]; then
|
||||||
alias lle='ezafunc::le 2'
|
alias lle='ezafunc::le 2'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#######################################
|
||||||
|
# Wrapper for fabric-ai command.
|
||||||
|
# Globals:
|
||||||
|
# None
|
||||||
|
# Arguments:
|
||||||
|
# Arguments to pass to fabric-ai
|
||||||
|
# Outputs:
|
||||||
|
# Output from fabric-ai command
|
||||||
|
# Returns:
|
||||||
|
# Exit code from fabric-ai command
|
||||||
|
#######################################
|
||||||
|
fabric() {
|
||||||
|
fabric-ai ${@:-}
|
||||||
|
}
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# wttr - show the weather forecast in Terminal.
|
# wttr - show the weather forecast in Terminal.
|
||||||
# Globals:
|
# Globals:
|
||||||
|
|
|
@ -168,6 +168,7 @@ alias agenix='RULES='\''./secrets/secrets.nix'\'' agenix'
|
||||||
alias agenix-edit="agenix -i {{@@ env['HOME'] @@}}/.ssh/agenix-phg -e"
|
alias agenix-edit="agenix -i {{@@ env['HOME'] @@}}/.ssh/agenix-phg -e"
|
||||||
alias ane='agenix-edit'
|
alias ane='agenix-edit'
|
||||||
alias cane="EDITOR='code -w' agenix-edit"
|
alias cane="EDITOR='code -w' agenix-edit"
|
||||||
|
alias du="duf"
|
||||||
alias ssh-no-check="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
|
alias ssh-no-check="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
|
||||||
alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strongbox.mac.mcguill/agent.sock ssh-add -l"
|
alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strongbox.mac.mcguill/agent.sock ssh-add -l"
|
||||||
alias yeet="git push"
|
alias yeet="git push"
|
||||||
|
@ -207,3 +208,5 @@ autoload -Uz compinit
|
||||||
zstyle ':completion:*' menu select
|
zstyle ':completion:*' menu select
|
||||||
fpath+=~/.zfunc
|
fpath+=~/.zfunc
|
||||||
{%@@ endif @@%}
|
{%@@ endif @@%}
|
||||||
|
|
||||||
|
[[ $(command -v zoxide) ]] && eval "$(zoxide init zsh)"
|
||||||
|
|
|
@ -1,36 +1,48 @@
|
||||||
|
brew "asciinema"
|
||||||
brew "age"
|
brew "age"
|
||||||
brew "bat"
|
brew "bat"
|
||||||
brew "btop"
|
brew "btop"
|
||||||
brew "colima", restart_service: :changed
|
brew "colima", restart_service: :changed
|
||||||
brew "coreutils"
|
brew "coreutils"
|
||||||
brew "docker"
|
brew "docker"
|
||||||
|
brew "duf"
|
||||||
brew "eza"
|
brew "eza"
|
||||||
|
brew "fabric-ai"
|
||||||
brew "fzf"
|
brew "fzf"
|
||||||
brew "gnu-getopt"
|
brew "gnu-getopt"
|
||||||
brew "htop"
|
brew "htop"
|
||||||
|
brew "ipcalc"
|
||||||
brew "iproute2mac"
|
brew "iproute2mac"
|
||||||
brew "jq"
|
brew "jq"
|
||||||
|
brew "lazydocker"
|
||||||
brew "libmagic"
|
brew "libmagic"
|
||||||
brew "macmon"
|
brew "macmon"
|
||||||
brew "magic-wormhole"
|
brew "magic-wormhole"
|
||||||
brew "mas"
|
brew "mas"
|
||||||
|
brew "moreutils"
|
||||||
brew "mosh"
|
brew "mosh"
|
||||||
brew "mpv"
|
brew "mpv"
|
||||||
|
brew "mtr"
|
||||||
brew "ncdu"
|
brew "ncdu"
|
||||||
brew "nmap"
|
brew "nmap"
|
||||||
brew "pssh"
|
brew "pssh"
|
||||||
|
brew "progress"
|
||||||
brew "pv"
|
brew "pv"
|
||||||
|
brew "ripgrep"
|
||||||
brew "ruff"
|
brew "ruff"
|
||||||
brew "telnet"
|
brew "telnet"
|
||||||
|
brew "termshark"
|
||||||
brew "the_silver_searcher"
|
brew "the_silver_searcher"
|
||||||
brew "tig"
|
brew "tig"
|
||||||
brew "tldr"
|
brew "tldr"
|
||||||
brew "tmux"
|
brew "tmux"
|
||||||
|
brew "unp"
|
||||||
brew "uv"
|
brew "uv"
|
||||||
brew "watch"
|
brew "watch"
|
||||||
brew "wget"
|
brew "wget"
|
||||||
brew "yq"
|
brew "yq"
|
||||||
brew "yt-dlp"
|
brew "yt-dlp"
|
||||||
|
brew "zoxide"
|
||||||
brew "zsh"
|
brew "zsh"
|
||||||
cask "aldente"
|
cask "aldente"
|
||||||
cask "alfred"
|
cask "alfred"
|
||||||
|
@ -41,9 +53,8 @@ cask "iterm2"
|
||||||
cask "jordanbaird-ice"
|
cask "jordanbaird-ice"
|
||||||
cask "mist"
|
cask "mist"
|
||||||
cask "monitorcontrol"
|
cask "monitorcontrol"
|
||||||
cask "nextcloud"
|
cask "pop"
|
||||||
cask "rambox"
|
cask "rambox"
|
||||||
cask "utm"
|
|
||||||
cask "visual-studio-code"
|
cask "visual-studio-code"
|
||||||
cask "zen"
|
cask "zen"
|
||||||
mas "AdGuard for Safari", id: 1440147259
|
mas "AdGuard for Safari", id: 1440147259
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue