dotfiles/.setup

21 lines
507 B
Plaintext
Raw Normal View History

#!/bin/bash
2020-07-21 15:27:10 +00:00
sudo eopkg it -c system.devel
2020-08-19 18:51:01 +00:00
sudo eopkg rm gnome-terminal libreoffice-common mate-terminal nautilus
2020-08-22 22:29:38 +00:00
sudo eopkg it aria2 autojump busybox fd fish jq kitty mpv neovim qutebrowser stow
2020-07-21 15:27:10 +00:00
2020-08-19 19:01:48 +00:00
rm ~/.bashrc
2020-07-20 20:51:01 +00:00
cd ~/.dotfiles
for i in `fd -t d -H`
do
2020-07-20 20:51:01 +00:00
mkdir -p ~/$i
done
2020-07-20 20:51:01 +00:00
stow .
2020-08-22 22:29:38 +00:00
cd ~/.config/mpv/shaders
2020-08-21 23:24:37 +00:00
curl -fsSL $(curl -fsSL https://api.github.com/repos/bloc97/Anime4K/releases/latest | jq .assets[].browser_download_url | sed 's/"//g') | busybox unzip -
2020-08-21 20:44:22 +00:00
nvim +PlugUpdate +q +q
2020-07-20 20:59:55 +00:00
2020-08-21 03:07:31 +00:00
chsh -s /usr/bin/fish