Fix fish
This commit is contained in:
parent
5f7cd56db2
commit
cb48eaca25
1 changed files with 5 additions and 4 deletions
9
setup.sh
9
setup.sh
|
@ -178,14 +178,15 @@ cd ncspot
|
||||||
cargo build --release
|
cargo build --release
|
||||||
sudo cp target/release/ncspot /usr/local/bin/
|
sudo cp target/release/ncspot /usr/local/bin/
|
||||||
|
|
||||||
# Oh my fish
|
|
||||||
curl -L https://get.oh-my.fish | fish
|
|
||||||
omf install agnoster
|
|
||||||
|
|
||||||
# dotfiles
|
# dotfiles
|
||||||
cd ${WORKDIR}
|
cd ${WORKDIR}
|
||||||
rsync -a dotfiles/ ~/
|
rsync -a dotfiles/ ~/
|
||||||
|
|
||||||
|
# Fish and oh my fish
|
||||||
|
curl -L https://get.oh-my.fish | fish
|
||||||
|
omf install agnoster
|
||||||
|
chsh -s (which fish)
|
||||||
|
|
||||||
echo "Follow this instruction if gnome-keyring gives you trouble: https://wiki.archlinux.org/index.php/GNOME/Keyring#Using_the_keyring_outside_GNOME"
|
echo "Follow this instruction if gnome-keyring gives you trouble: https://wiki.archlinux.org/index.php/GNOME/Keyring#Using_the_keyring_outside_GNOME"
|
||||||
echo "Rebooting in 5 seconds"
|
echo "Rebooting in 5 seconds"
|
||||||
sleep 5s
|
sleep 5s
|
||||||
|
|
Loading…
Add table
Reference in a new issue