diff --git a/.dotfiles/mappings.json b/.dotfiles/mappings.json index f6c2aa063..e48750236 100644 --- a/.dotfiles/mappings.json +++ b/.dotfiles/mappings.json @@ -6,6 +6,5 @@ "tig": "~/.config/tig", "git": "~/.config/git", "ideavimrc": "~/.ideavimrc", - "gup": "~/.config/gup", "my_scripts": "~/.scripts" } diff --git a/aqua/aqua.yaml b/aqua/aqua.yaml index 07f4d34e5..dc66da85a 100644 --- a/aqua/aqua.yaml +++ b/aqua/aqua.yaml @@ -58,7 +58,6 @@ packages: - name: wader/fq@v0.13.0 - name: planetscale/cli@v0.213.0 - name: supabase/cli@v1.204.3 - - name: nao1215/gup@v0.27.5 - name: hadolint/hadolint@v2.12.0 - name: noborus/trdsql@v1.0.1 - name: JohnnyMorganz/StyLua@v0.20.0 diff --git a/fish/user_functions/update.fish b/fish/user_functions/update.fish index 1e1b1ebf6..3bd1de3b5 100644 --- a/fish/user_functions/update.fish +++ b/fish/user_functions/update.fish @@ -1,5 +1,4 @@ function update type -q brew && brew update && brew cleanup -s - type -q gup && gup update type -q rustup && rustup update end diff --git a/gup/assets/information.png b/gup/assets/information.png deleted file mode 100644 index d47243dd9..000000000 Binary files a/gup/assets/information.png and /dev/null differ diff --git a/gup/assets/warning.png b/gup/assets/warning.png deleted file mode 100644 index 3c63d1662..000000000 Binary files a/gup/assets/warning.png and /dev/null differ diff --git a/gup/gup.conf b/gup/gup.conf deleted file mode 100644 index e69de29bb..000000000 diff --git a/zsh/.zshrc b/zsh/.zshrc index c4de13225..7fc5b0c63 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,5 +1,4 @@ source ~/.bash_profile -# setting for gup command (auto generate) fpath=(~/.zsh/completion $fpath) autoload -Uz compinit && compinit -i