$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 ~
|
cd ~
|
||||||
git clone "https://aur.archlinux.org/yay.git"
|
git clone "https://aur.archlinux.org/yay.git"
|
||||||
cd ${HOME}/yay
|
cd ~/yay
|
||||||
makepkg -si --noconfirm
|
makepkg -si --noconfirm
|
||||||
cd ~
|
cd ~
|
||||||
touch "$HOME/.cache/zshhistory"
|
touch "~/.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 $HOME/powerlevel10k
|
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
|
||||||
ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc
|
ln -s "~/zsh/.zshrc" ~/.zshrc
|
||||||
|
|
||||||
yay -S --noconfirm --needed - < ~/$SCRIPTHOME/pkg-files/aur-pkgs.txt
|
yay -S --noconfirm --needed - < ~/$SCRIPTHOME/pkg-files/aur-pkgs.txt
|
||||||
|
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
cp -r $HOME/$SCRIPTHOME/dotfiles/* $HOME/.config/
|
cp -r ~/$SCRIPTHOME/dotfiles/* ~/.config/
|
||||||
pip install konsave
|
pip install konsave
|
||||||
konsave -i $HOME/$SCRIPTHOME/kde.knsv
|
konsave -i ~/$SCRIPTHOME/kde.knsv
|
||||||
sleep 1
|
sleep 1
|
||||||
konsave -a kde
|
konsave -a kde
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue