consistent home dir handling

main
The_miro 2024-11-11 11:19:45 +01:00
parent eb20018d4d
commit 8eb19ecce1
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ cd ~/install-tmp
cd ~ cd ~
rm ~/.bashrc rm ~/.bashrc
rm ~/.zshrc rm ~/.zshrc
ln -s ~/Dotfiles/.bashrc .bashrc ln -s ~/Dotfiles/.bashrc ~/.bashrc
ln -s ~/Dotfiles/.zshrc .zshrc ln -s ~/Dotfiles/.zshrc ~/.zshrc
ln -s ~/Dotfiles/starship.toml ~/.config/starship.toml ln -s ~/Dotfiles/starship.toml ~/.config/starship.toml
ln -s ~/Dotfiles/micro/ ~/.config/micro ln -s ~/Dotfiles/micro/ ~/.config/micro