stuff
This commit is contained in:
parent
96d1c576a6
commit
cd140b9a5e
2 changed files with 3 additions and 6 deletions
|
@ -15,10 +15,5 @@ alias sc-daemon-reload="sudo systemctl daemon-reload"
|
||||||
|
|
||||||
alias termbin="nc termbin.com 9999"
|
alias termbin="nc termbin.com 9999"
|
||||||
|
|
||||||
dotupdate () {
|
dotupdate () { echo -n "Updating Dotfiles... "; git -C $HOME/.config/dotfiles pull &>/dev/null; echo "done" }
|
||||||
pushd ~/.config/dotfiles &>/dev/null
|
|
||||||
echo -n "Updating Dotfiles... "; git pull &>/dev/null; echo "done"
|
|
||||||
popd &>/dev/null
|
|
||||||
}
|
|
||||||
|
|
||||||
themeupdate () { curl -fsSL https://starship.rs/install.sh | bash -s -- --force }
|
themeupdate () { curl -fsSL https://starship.rs/install.sh | bash -s -- --force }
|
||||||
|
|
|
@ -29,6 +29,8 @@ zinit ice as"program" from"gh-r" mv"fd* -> fd" pick"fd/fd"; zinit light sharkdp/
|
||||||
zinit ice as"program" from"gh-r" mv"bat* -> bat" pick"bat/bat"; zinit light sharkdp/bat
|
zinit ice as"program" from"gh-r" mv"bat* -> bat" pick"bat/bat"; zinit light sharkdp/bat
|
||||||
zinit ice as"program" from"gh-r" mv"exa* -> exa"; zinit light ogham/exa
|
zinit ice as"program" from"gh-r" mv"exa* -> exa"; zinit light ogham/exa
|
||||||
zinit ice as"program" from"gh-r" mv"pet* -> pet" pick"usr/local/bin/pet"; zinit light knqyf263/pet
|
zinit ice as"program" from"gh-r" mv"pet* -> pet" pick"usr/local/bin/pet"; zinit light knqyf263/pet
|
||||||
|
zinit ice as"program" from"gh-r" mv"ripgrep* -> ripgrep" pick"ripgrep/rg"; zinit load BurntSushi/ripgrep
|
||||||
|
zinit ice as"program" from"gh-r" mv"gopass* -> gopass" pick"gopass/gopass"; zinit load gopasspw/gopass
|
||||||
|
|
||||||
# Completions and Autosuggestions
|
# Completions and Autosuggestions
|
||||||
zinit ice wait lucid blockf atpull'zinit creinstall -q .'; zinit light zsh-users/zsh-completions
|
zinit ice wait lucid blockf atpull'zinit creinstall -q .'; zinit light zsh-users/zsh-completions
|
||||||
|
|
Loading…
Add table
Reference in a new issue