hyprdots

my dotfiles for hyprland
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit e45b35c090e6629e52e6db18153761c59a7ee226
parent 5a50aba620306c55c8f12c934229b461f15648e8
Author: awy <awy@awy.one>
Date:   Sat, 29 Mar 2025 22:20:30 +0300

yay 'is not a clone' fix

Diffstat:
M.config/shell/profile | 1-
Mrice.sh | 1+
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/shell/profile b/.config/shell/profile @@ -49,7 +49,6 @@ export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" export ELECTRUMDIR="$XDG_DATA_HOME/electrum" export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc" export SQLITE_HISTORY="$XDG_DATA_HOME/sqlite_history" -export GIT_CONFIG="$XDG_CONFIG_HOME/git/config" export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc" export CUDA_CACHE_PATH="$XDG_CACHE_HOME/nv" export KUBECONFIG="$XDG_CONFIG_HOME/kube" diff --git a/rice.sh b/rice.sh @@ -32,6 +32,7 @@ run_as_user cp -r "$WORKDIRECTORY"/.local /home/"$PERMUSER" run_as_user cp -a "$WORKDIRECTORY"/.zprofile /home/"$PERMUSER" run_as_user mkdir -p /home/"$PERMUSER"/.config/git +run_as_user touch /home/"$PERMUSER"/.config/git/config run_as_user mkdir -p /home/"$PERMUSER"/.config/npm run_as_user touch /home/"$PERMUSER"/.config/npm/npmrc run_as_user mkdir -p /home/"$PERMUSER"/.cache/zsh