This commit is contained in:
Micke Nordin 2020-11-07 11:05:38 +01:00
parent 5f7cd56db2
commit cb48eaca25

View file

@ -178,14 +178,15 @@ cd ncspot
cargo build --release
sudo cp target/release/ncspot /usr/local/bin/
# Oh my fish
curl -L https://get.oh-my.fish | fish
omf install agnoster
# dotfiles
cd ${WORKDIR}
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 "Rebooting in 5 seconds"
sleep 5s