Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Jan 8, 2024
1 parent 8fbec36 commit b722a13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/fish/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ FISH_DOCKER_COMPOSE_COMPLETION_FILE = https://raw.githubusercontent.com/docker/c
FISH_FISHER_COMPLETION_FILE = https://raw.githubusercontent.com/jorgebucaran/fisher/main/completions/fisher.fish
FISH_GUIX_CONPLETION_FILE = https://raw.githubusercontent.com/lfam/guix/master/etc/completion/fish/guix.fish
FISH_ASDF_CONPLETION_FILE = https://raw.githubusercontent.com/asdf-vm/asdf/master/completions/asdf.fish
FISH_PASS_COMPLETION_FILE = https://raw.githubusercontent.com/zx2c4/password-store/master/src/completion/pass.fish-completion

FISH_TARGETS += fish-install
FISH_CLEAN_TARGETS += fish-clean
Expand Down Expand Up @@ -87,6 +88,7 @@ $(FISH_COMPLETION_DIR):
curl $(FISH_FISHER_COMPLETION_FILE) -o $(FISH_COMPLETION_DIR)/fisher.fish
curl $(FISH_GUIX_CONPLETION_FILE) -o $(FISH_COMPLETION_DIR)/guix.fish
curl $(FISH_ASDF_CONPLETION_FILE) -o $(FISH_COMPLETION_DIR)/asdf.fish
curl $(FISH_PASS_COMPLETION_FILE) -o $(FISH_COMPLETION_DIR)/pass.fish

$(FISH_CONFIG_DIR):
mkdir -p $(FISH_CONFIG_DIR)
Expand Down
4 changes: 3 additions & 1 deletion modules/nix/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
go-jsonnet
guile
lua
nodejs
nodejs_21
perl
php83
php83Extensions.redis
Expand Down Expand Up @@ -124,6 +124,7 @@
offlineimap
openssl
pwgen
silicon
terminal-notifier
tig
tokei
Expand All @@ -150,6 +151,7 @@
micro
nano
neovim-nightly
tree-sitter
(tree-sitter.withPlugins (p: builtins.attrValues p))

# for shell
Expand Down

0 comments on commit b722a13

Please sign in to comment.