1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-28 12:58:57 +00:00
dotfiles/.setup
2020-08-21 19:24:37 -04:00

22 lines
511 B
Bash
Executable file

#!/bin/bash
sudo eopkg it -c system.devel
sudo eopkg rm gnome-terminal libreoffice-common mate-terminal nautilus
sudo eopkg it aria2 busybox fd fish jq kitty mpv neovim qutebrowser stow
rm ~/.bashrc
cd ~/.dotfiles
for i in `fd -t d -H`
do
mkdir -p ~/$i
done
stow .
cd .config/mpv/shaders
curl -fsSL $(curl -fsSL https://api.github.com/repos/bloc97/Anime4K/releases/latest | jq .assets[].browser_download_url | sed 's/"//g') | busybox unzip -
nvim +PlugUpdate +q +q
fish -c fisher
chsh -s /usr/bin/fish