[bin] manage several archs
This commit is contained in:
parent
ea57f1333f
commit
14c2d09101
@ -1,4 +1,6 @@
|
||||
deploy_dotfiles.sh
|
||||
.bin/*-amd64
|
||||
.bin/*-arm64
|
||||
.config/**/.git
|
||||
.config/**/.git/**
|
||||
!.config/nvim/pack/minpac/opt/minpac/.git
|
||||
|
||||
0
dot_bin/executable_bat → dot_bin/bat-amd64
Normal file → Executable file
0
dot_bin/executable_bat → dot_bin/bat-amd64
Normal file → Executable file
BIN
dot_bin/bat-arm64
Executable file
BIN
dot_bin/bat-arm64
Executable file
Binary file not shown.
1
dot_bin/executable_bat.tmpl
Normal file
1
dot_bin/executable_bat.tmpl
Normal file
@ -0,0 +1 @@
|
||||
{{- include (printf "bat-%s" .chezmoi.arch) -}}
|
||||
BIN
dot_bin/executable_dog
Normal file → Executable file
BIN
dot_bin/executable_dog
Normal file → Executable file
Binary file not shown.
1
dot_bin/executable_fzf.tmpl
Normal file
1
dot_bin/executable_fzf.tmpl
Normal file
@ -0,0 +1 @@
|
||||
{{- include (printf "fzf-%s" .chezmoi.arch) -}}
|
||||
1
dot_bin/executable_sheldon.tmpl
Normal file
1
dot_bin/executable_sheldon.tmpl
Normal file
@ -0,0 +1 @@
|
||||
{{- include (printf "sheldon-%s" .chezmoi.arch) -}}
|
||||
1
dot_bin/executable_zoxide.tmpl
Normal file
1
dot_bin/executable_zoxide.tmpl
Normal file
@ -0,0 +1 @@
|
||||
{{- include (printf "zoxide-%s" .chezmoi.arch) -}}
|
||||
0
dot_bin/executable_fzf → dot_bin/fzf-amd64
Normal file → Executable file
0
dot_bin/executable_fzf → dot_bin/fzf-amd64
Normal file → Executable file
BIN
dot_bin/fzf-arm64
Executable file
BIN
dot_bin/fzf-arm64
Executable file
Binary file not shown.
BIN
dot_bin/sheldon-arm64
Executable file
BIN
dot_bin/sheldon-arm64
Executable file
Binary file not shown.
BIN
dot_bin/zoxide-arm64
Executable file
BIN
dot_bin/zoxide-arm64
Executable file
Binary file not shown.
@ -42,6 +42,9 @@ github = 'greymd/tmux-xpanes'
|
||||
[plugins.zsh-autopair]
|
||||
github = 'hlissner/zsh-autopair'
|
||||
|
||||
[plugins.zsh-autoswitch-virtualenv]
|
||||
github = 'MichaelAquilina/zsh-autoswitch-virtualenv'
|
||||
|
||||
# For example:
|
||||
#
|
||||
# [plugins.base16]
|
||||
|
||||
@ -11,13 +11,13 @@ alias ta='tmux a'
|
||||
alias vi="nvim"
|
||||
alias vim="nvim"
|
||||
alias zz='zcat $1 | most'
|
||||
alias dig="dog --time A NS MX TXT AAAA SOA $1"
|
||||
alias ddig='/usr/bin/dig'
|
||||
|
||||
{{ if eq .chezmoi.hostname "taupo" -}}
|
||||
alias cat="batcat"
|
||||
alias lah='exa -lbhHigmuSa --time-style=long-iso --git --color-scale' # all list
|
||||
alias lxh='exa -lbhHigmuSa@ --time-style=long-iso --git --color-scale' # all + extended list
|
||||
alias dig="dog --time A NS MX TXT AAAA SOA $1"
|
||||
alias ddig='/usr/bin/dig'
|
||||
{{ else -}}
|
||||
alias cat="bat"
|
||||
{{ end -}}
|
||||
|
||||
@ -42,6 +42,9 @@ github = 'greymd/tmux-xpanes'
|
||||
[plugins.zsh-autopair]
|
||||
github = 'hlissner/zsh-autopair'
|
||||
|
||||
[plugins.zsh-autoswitch-virtualenv]
|
||||
github = 'MichaelAquilina/zsh-autoswitch-virtualenv'
|
||||
|
||||
# For example:
|
||||
#
|
||||
# [plugins.base16]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user