$HOME -> ~
This commit is contained in:
parent
7884e19edb
commit
65e721a27d
12
2-user.sh
12
2-user.sh
|
|
@ -19,20 +19,20 @@ source ~/$SCRIPTHOME/setup.conf
|
|||
|
||||
cd ~
|
||||
git clone "https://aur.archlinux.org/yay.git"
|
||||
cd ${HOME}/yay
|
||||
cd ~/yay
|
||||
makepkg -si --noconfirm
|
||||
cd ~
|
||||
touch "$HOME/.cache/zshhistory"
|
||||
touch "~/.cache/zshhistory"
|
||||
git clone "https://github.com/ChrisTitusTech/zsh"
|
||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/powerlevel10k
|
||||
ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc
|
||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
|
||||
ln -s "~/zsh/.zshrc" ~/.zshrc
|
||||
|
||||
yay -S --noconfirm --needed - < ~/$SCRIPTHOME/pkg-files/aur-pkgs.txt
|
||||
|
||||
export PATH=$PATH:~/.local/bin
|
||||
cp -r $HOME/$SCRIPTHOME/dotfiles/* $HOME/.config/
|
||||
cp -r ~/$SCRIPTHOME/dotfiles/* ~/.config/
|
||||
pip install konsave
|
||||
konsave -i $HOME/$SCRIPTHOME/kde.knsv
|
||||
konsave -i ~/$SCRIPTHOME/kde.knsv
|
||||
sleep 1
|
||||
konsave -a kde
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue