consistent home dir handling
parent
eb20018d4d
commit
8eb19ecce1
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue