added lns for cli ops
parent
901c9940ca
commit
eb20018d4d
|
|
@ -82,9 +82,19 @@ makepkg -si
|
|||
yay --version
|
||||
cd ~/install-tmp
|
||||
|
||||
cd ~
|
||||
rm ~/.bashrc
|
||||
rm ~/.zshrc
|
||||
ln -s ~/Dotfiles/.bashrc .bashrc
|
||||
ln -s ~/Dotfiles/.zshrc .zshrc
|
||||
|
||||
ln -s ~/Dotfiles/starship.toml ~/.config/starship.toml
|
||||
ln -s ~/Dotfiles/micro/ ~/.config/micro
|
||||
ln -s ~/Dotfiles/git/.gitconfig ~/.gitconfig
|
||||
|
||||
|
||||
chsh -s /usr/bin/zsh
|
||||
homectl update --shell=/usr/bin/zsh
|
||||
|
||||
|
||||
|
||||
cd ~
|
||||
systemctl reboot
|
||||
Loading…
Reference in New Issue