1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-19 05:12:47 +00:00
dotfiles/.setup
2020-09-15 15:21:18 -04:00

27 lines
865 B
Bash
Executable file

#!/bin/bash
sudo eopkg it -c system.devel
sudo eopkg rm celluloid gnome-mpv gnome-terminal libreoffice-common mate-terminal nautilus rhythmbox
desktop="audacity caja gmic-gimp keepassx kitty mpv quodlibet qutebrowser rofi zathura"
terminal="aria2 autojump busybox fd fish git-extras innoextract jq libva-tools most ncdu neovim pip ripgrep solbuild-config-local-unstable stow"
sudo eopkg it $desktop $terminal
sudo pip3 install --upgrade qutebrowser
rm ~/.bashrc
cd ~/.dotfiles
for i in `fd -t d -H`
do
mkdir -p ~/$i
done
git submodule update --init
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
curl -fsSL https://starship.rs/install.sh | sudo bash -s -- -b /usr/bin -y
chsh -s /usr/bin/fish