helps if i proofread my scripts before pushing....
This commit is contained in:
parent
6ef2096d77
commit
358c936619
@ -17,8 +17,8 @@ sudo apt update
|
|||||||
#install fish and copy config file to root and all users under /home/
|
#install fish and copy config file to root and all users under /home/
|
||||||
sudo apt install fish -y
|
sudo apt install fish -y
|
||||||
wget $fishconfig -P "$HOME/.config/fish/config.fish"
|
wget $fishconfig -P "$HOME/.config/fish/config.fish"
|
||||||
for homedir in /home/*; do
|
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
|
done
|
||||||
|
|
||||||
#install pyenv
|
#install pyenv
|
||||||
@ -28,7 +28,7 @@ curl https://pyenv.run | bash
|
|||||||
curl -sS https://starship.rs/install.sh | sh
|
curl -sS https://starship.rs/install.sh | sh
|
||||||
wget $starshipconfig -P "$HOME/.config/starship.toml"
|
wget $starshipconfig -P "$HOME/.config/starship.toml"
|
||||||
for homedir in /home/*; do
|
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
|
done
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user