Skip to content

Commit 23e1034

Browse files
committed
some minor updates
1 parent e13094f commit 23e1034

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

home/.zshenv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ fi
2626
# if [[ -f "$HOME/.zsh_local" ]]; then
2727
# source ~/.zsh_locanl
2828
# fi
29-
if [ -e /home/tj/.nix-profile/etc/profile.d/nix.sh ]; then . /home/tj/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
29+
# if [ -e /home/tj/.nix-profile/etc/profile.d/nix.sh ]; then . /home/tj/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
30+
# if [ -e /home/tjdevries/.nix-profile/etc/profile.d/nix.sh ]; then . /home/tjdevries/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer

install/install_tools.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ mkdir -p ~/build
77
mkdir -p ~/git
88

99
if ! command -v gh &> /dev/null ; then
10-
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
11-
sudo apt-add-repository https://cli.github.com/packages
10+
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
11+
# sudo apt-add-repository https://cli.github.com/packages
1212
fi
1313

1414
sudo apt update
@@ -65,6 +65,7 @@ cargo install \
6565
git-trim \
6666
ripgrep \
6767
broot \
68+
watchexec-cli \
6869
starship
6970

7071
if ! [ -d ~/build/delta ]; then

0 commit comments

Comments
 (0)