consistent home dir handling
parent
eb20018d4d
commit
8eb19ecce1
|
|
@ -85,8 +85,8 @@ cd ~/install-tmp
|
|||
cd ~
|
||||
rm ~/.bashrc
|
||||
rm ~/.zshrc
|
||||
ln -s ~/Dotfiles/.bashrc .bashrc
|
||||
ln -s ~/Dotfiles/.zshrc .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
|
||||
|
|
|
|||
Loading…
Reference in New Issue