mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-12 19:27:18 +00:00
Export ZOOTDIR from /etc/zsh/zshenv
This commit is contained in:
parent
c4053d8496
commit
fc45c3eb7a
|
@ -1 +0,0 @@
|
||||||
.config/zsh/.zshenv
|
|
|
@ -42,7 +42,8 @@ cp root/.rsync-filter /
|
||||||
sudo pacman -Sy
|
sudo pacman -Sy
|
||||||
|
|
||||||
# Copy ZSH shell configuration
|
# Copy ZSH shell configuration
|
||||||
cp -a home/.zshenv ~
|
mkdir -p /etc/zsh
|
||||||
|
cp -ra root/etc/zsh /etc/zsh
|
||||||
mkdir -p ~/.config
|
mkdir -p ~/.config
|
||||||
cp -ra home/.config/shell ~/.config
|
cp -ra home/.config/shell ~/.config
|
||||||
cp -ra home/.config/zsh ~/.config
|
cp -ra home/.config/zsh ~/.config
|
||||||
|
|
|
@ -41,7 +41,9 @@ yay -S --noconfirm --needed \
|
||||||
downgrade lf xdg-ninja-git
|
downgrade lf xdg-ninja-git
|
||||||
|
|
||||||
# Copy over zsh configuration
|
# Copy over zsh configuration
|
||||||
cp -a home/.zshenv ~
|
# Note that this assumes you've ran install_root.sh, whcih created /etc/zsh/zshenv
|
||||||
|
# with $ZOOTDIR exported. If you haven't done that, you'll want to symlink the
|
||||||
|
# ~/.config/zsh/.zshenv to your home directory.
|
||||||
mkdir -p ~/.config
|
mkdir -p ~/.config
|
||||||
cp -ra home/.config/shell ~/.config
|
cp -ra home/.config/shell ~/.config
|
||||||
cp -ra home/.config/zsh ~/.config
|
cp -ra home/.config/zsh ~/.config
|
||||||
|
|
1
root/etc/zsh/zshenv
Normal file
1
root/etc/zsh/zshenv
Normal file
|
@ -0,0 +1 @@
|
||||||
|
export ZDOTDIR="$HOME"/.config/zsh
|
Loading…
Reference in a new issue