Fix Zshrc link

This commit is contained in:
Austin Horstman 2022-03-02 08:58:35 -06:00
parent 7aff03901b
commit 3663f42d88
1 changed files with 3 additions and 3 deletions

View File

@ -17,11 +17,11 @@ Installing AUR Softwares
source $HOME/ArchTitus/configs/setup.conf
cd ~
mkdir "/home/$USERNAME/.cache"
touch "/home/$USERNAME/.cache/zshhistory"
mkdir "$HOME/.cache"
touch "$HOME/.cache/zshhistory"
git clone "https://github.com/ChrisTitusTech/zsh"
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
ln -s "~/zsh/.zshrc" ~/.zshrc
ln -s "$HOME/zsh/.zshrc" ~/.zshrc
sed -n '/'$INSTALL_TYPE'/q;p' ~/ArchTitus/pkg-files/${DESKTOP_ENV}.txt | while read line
do