Update configs
Improve dc aliases Fix git-hidden ignores Replace vimHugeX with vim (simple vim okay. we use nvim)
This commit is contained in:
parent
ab1a098efb
commit
8d2d9bf10c
4 changed files with 20 additions and 3 deletions
|
@ -16,8 +16,9 @@ alias bspwm-single='echo "single" > /tmp/bspwm_mode; bspc wm -r'
|
|||
alias clip='xclip -selection clipboard'
|
||||
alias cp='cp -iv'
|
||||
|
||||
alias dcu='docker compose up -d'
|
||||
alias dcul='docker compose up -d --force-recreate && docker compose logs -tf'
|
||||
alias dcu='docker compose up -d --force-recreate'
|
||||
alias dclf='docker compose logs -tf'
|
||||
alias dcul='dcu && dclf'
|
||||
alias dcp='docker compose pull'
|
||||
alias df='df -h'
|
||||
alias dns-flush='sudo systemctl restart systemd-resolved.service && sudo systemd-resolve --flush-caches && sudo resolvectl flush-caches'
|
||||
|
|
|
@ -118,6 +118,19 @@ target = "jetbrains-toolbox"
|
|||
pipe = "tar xzO"
|
||||
group = "graphical"
|
||||
|
||||
[[autoinstall]]
|
||||
type = "exe"
|
||||
source = "https://git.serguzim.me/serguzim/teamspeak-query-lib/raw/branch/main/ts-control"
|
||||
target = "ts-control"
|
||||
group = "graphical"
|
||||
|
||||
[[autoinstall]]
|
||||
type = "exe"
|
||||
source = "https://git.serguzim.me/serguzim/teamspeak-query-lib/actions/runs/latest/artifacts/teamspeak-query-lib"
|
||||
target = "teamspeak-query-lib"
|
||||
pipe = "zcat"
|
||||
group = "graphical"
|
||||
|
||||
|
||||
|
||||
[[autoinstall]]
|
||||
|
|
|
@ -5,8 +5,11 @@
|
|||
# File stuff
|
||||
.DS_Store
|
||||
*.bak
|
||||
|
||||
*.git_hidden
|
||||
*.git_hidden.*
|
||||
*.git-hidden
|
||||
*.git-hidden.*
|
||||
|
||||
# Vim Stuff
|
||||
*.swp
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
tokei # project-language statistics
|
||||
trash-cli # trash utils
|
||||
unzip # unzip
|
||||
vimHugeX # vim with clipboard support
|
||||
vim # vim
|
||||
xdg-user-dirs # tool manage user directories
|
||||
yadm # dotfile manager
|
||||
yq # tool for YAML
|
||||
|
|
Loading…
Reference in a new issue