main
Micke Nordin 4 years ago
parent 1cf745c4a9
commit 5f7cd56db2

@ -16,9 +16,11 @@ WAYLAND_ENABLE="/usr/local/bin/wayland_enablement.sh"
sudo apt install \ sudo apt install \
build-essential \ build-essential \
cargo \ cargo \
curl \
davfs2 \ davfs2 \
emacs \ emacs \
firefox-esr \ firefox-esr \
fish \
geary \ geary \
git \ git \
jq \ jq \
@ -176,12 +178,14 @@ 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/ ~/
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…
Cancel
Save