Fix Zshrc link
This commit is contained in:
parent
7aff03901b
commit
3663f42d88
|
|
@ -17,11 +17,11 @@ Installing AUR Softwares
|
||||||
source $HOME/ArchTitus/configs/setup.conf
|
source $HOME/ArchTitus/configs/setup.conf
|
||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
mkdir "/home/$USERNAME/.cache"
|
mkdir "$HOME/.cache"
|
||||||
touch "/home/$USERNAME/.cache/zshhistory"
|
touch "$HOME/.cache/zshhistory"
|
||||||
git clone "https://github.com/ChrisTitusTech/zsh"
|
git clone "https://github.com/ChrisTitusTech/zsh"
|
||||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
|
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
|
sed -n '/'$INSTALL_TYPE'/q;p' ~/ArchTitus/pkg-files/${DESKTOP_ENV}.txt | while read line
|
||||||
do
|
do
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue