Add fish
This commit is contained in:
parent
1cf745c4a9
commit
5f7cd56db2
1 changed files with 6 additions and 2 deletions
8
setup.sh
8
setup.sh
|
@ -16,9 +16,11 @@ WAYLAND_ENABLE="/usr/local/bin/wayland_enablement.sh"
|
|||
sudo apt install \
|
||||
build-essential \
|
||||
cargo \
|
||||
curl \
|
||||
davfs2 \
|
||||
emacs \
|
||||
firefox-esr \
|
||||
fish \
|
||||
geary \
|
||||
git \
|
||||
jq \
|
||||
|
@ -176,12 +178,14 @@ 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/ ~/
|
||||
|
||||
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue