Skip to content

Commit

Permalink
chore: remove nix
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Apr 28, 2024
1 parent 35418dd commit b4d1d36
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 33 deletions.
2 changes: 1 addition & 1 deletion data/atuin/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ enter_accept = false
prefers_reduced_motion = true

[stats]
common_subcommands = ["brew", "cargo", "g", "git", "go", "nix-env"]
common_subcommands = ["brew", "cargo", "g", "git", "go"]
common_prefix = ["sudo"]
9 changes: 8 additions & 1 deletion scripts/brew_init.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#!/usr/bin/env bash

brew install libgit2 pcre2 xz
brew install \
libgit2 pcre2 xz \
git neovim \
fdupes rsync rclone restic taskwarrior-tui \
yt-dlp newsboat \
btop \
clang-format pipx marksman moar \
qmk
2 changes: 1 addition & 1 deletion scripts/cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cargo install --quiet --locked \
fd-find bat git-delta eza sd tlrc \
difftastic vivid zellij zoxide atuin gitui \
fnm stylua taplo-cli \
yazi-fm pokeget \
pokeget \
daktilo

cargo install --quiet --locked ripgrep --features 'pcre2'
Expand Down
2 changes: 1 addition & 1 deletion scripts/cargo_force.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cargo install --quiet --force --locked \
fd-find bat git-delta eza sd tlrc \
difftastic vivid zellij zoxide atuin gitui \
fnm stylua taplo-cli \
yazi-fm pokeget \
pokeget \
daktilo

cargo install --quiet --force --locked ripgrep --features 'pcre2'
12 changes: 0 additions & 12 deletions scripts/nix_init.sh

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/nix_maintain.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/pipx_init.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

pipx ensurepath
pipx install asciinema
pipx install uv
pipx install ruff
pipx install pyright
Expand Down

0 comments on commit b4d1d36

Please sign in to comment.