helps if i proofread my scripts before pushing....
This commit is contained in:
parent
6ef2096d77
commit
358c936619
@ -18,7 +18,7 @@ sudo apt update
|
||||
sudo apt install fish -y
|
||||
wget $fishconfig -P "$HOME/.config/fish/config.fish"
|
||||
for homedir in /home/*; do
|
||||
sudo cp $HOME/.config/fish/config.fish "$homedir/.config/fish/config.fish";
|
||||
sudo cp -r $HOME/.config/fish/config.fish "$homedir/.config/fish/";
|
||||
done
|
||||
|
||||
#install pyenv
|
||||
@ -28,7 +28,7 @@ curl https://pyenv.run | bash
|
||||
curl -sS https://starship.rs/install.sh | sh
|
||||
wget $starshipconfig -P "$HOME/.config/starship.toml"
|
||||
for homedir in /home/*; do
|
||||
sudo cp $HOME/.config/starship.toml "$homedir/.config/starship.toml";
|
||||
sudo cp -r $HOME/.config/starship.toml "$homedir/.config/";
|
||||
done
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user