Skip to content

Commit

Permalink
chore: delete gup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Oct 23, 2024
1 parent 79029cc commit dd79e77
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .dotfiles/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
"tig": "~/.config/tig",
"git": "~/.config/git",
"ideavimrc": "~/.ideavimrc",
"gup": "~/.config/gup",
"my_scripts": "~/.scripts"
}
1 change: 0 additions & 1 deletion aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ packages:
- name: wader/[email protected]
- name: planetscale/[email protected]
- name: supabase/[email protected]
- name: nao1215/[email protected]
- name: hadolint/[email protected]
- name: noborus/[email protected]
- name: JohnnyMorganz/[email protected]
Expand Down
1 change: 0 additions & 1 deletion fish/user_functions/update.fish
Original file line number Diff line number Diff line change
@@ -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
Binary file removed gup/assets/information.png
Binary file not shown.
Binary file removed gup/assets/warning.png
Binary file not shown.
Empty file removed gup/gup.conf
Empty file.
1 change: 0 additions & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source ~/.bash_profile

# setting for gup command (auto generate)
fpath=(~/.zsh/completion $fpath)
autoload -Uz compinit && compinit -i

0 comments on commit dd79e77

Please sign in to comment.