From 12bc93369b2c518b3545a367bdb8088145c8956f Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sun, 3 Sep 2023 14:34:57 +0200 Subject: new git path --- .zshrc | 8 ++++---- build | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.zshrc b/.zshrc index 3de4048..f392055 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,6 @@ typeset -U PATH path -path=( "$HOME/bin" +export path=( + "$HOME/bin" "$HOME/.local/bin" "$HOME/.cargo/bin" "/bin" @@ -15,9 +16,8 @@ path=( "$HOME/bin" "/nix/var/nix/profiles/default/bin" "/run/current-system/sw/bin" ) -export PATH -EDITOR=vim -export EDITOR +export EDITOR=vim +export BROWSER=firefox autoload -Uz compinit compinit diff --git a/build b/build index a343d17..5fa7b1a 100755 --- a/build +++ b/build @@ -8,33 +8,33 @@ mkdir "$HOME/bin" # dwm setup DWM_DIR="$HOME/src/dwm" -git clone https://git.tombarrett.xyz/git/dwm "$DWM_DIR" +git clone https://git.tombarrett.xyz/dwm "$DWM_DIR" ln -s "$RC_DIR/config/dwm.h" "$DWM_DIR/config.h" make -C "$DWM_DIR" ln -s "$DWM_DIR/dwm" "$HOME/bin" # dwmstatus setup DWMSTS_DIR="$HOME/src/dwmstatus" -git clone https://git.tombarrett.xyz/git/dwmstatus "$DWMSTS_DIR" +git clone https://git.tombarrett.xyz/dwmstatus "$DWMSTS_DIR" make -C "$DWMSTS_DIR" ln -s "$DWMSTS_DIR/dwmstatus" "$HOME/bin" # st setup ST_DIR="$HOME/src/st" -git clone https://git.tombarrett.xyz/git/st "$ST_DIR" +git clone https://git.tombarrett.xyz/st "$ST_DIR" ln -s "$RC_DIR/config/st.h" "$ST_DIR/config.h" make -C "$ST_DIR" ln -s "$ST_DIR/st" "$HOME/bin" # pinentry-dmenu setup PE_DIR="$HOME/src/pinentry-dmenu" -git clone https://git.tombarrett.xyz/git/pinentry-dmenu "$PE_DIR" +git clone https://git.tombarrett.xyz/pinentry-dmenu "$PE_DIR" make -C "$PE_DIR" ln -s "$PE_DIR/pinentry-dmenu" "$HOME/bin" # wallpapers setup mkdir -p "$HOME/personal" -git clone https://git.tombarrett.xyz/git/wallpapers "$HOME/personal/wallpapers" +git clone https://git.tombarrett.xyz/wallpapers "$HOME/personal/wallpapers" mkdir -p "$HOME/.config/" -- cgit v1.2.3