1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-10-04 08:08:54 +00:00
dotfiles/.setup

27 lines
837 B
Plaintext
Raw Normal View History

#!/bin/bash
2020-07-21 15:27:10 +00:00
sudo eopkg it -c system.devel
sudo eopkg rm gnome-mpv gnome-terminal libreoffice-common mate-terminal nautilus rhythmbo
desktop="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 solbuild-config-local-unstable stow"
sudo eopkg it $desktop $terminal
sudo pip3 install --upgrade qutebrowser
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
git submodule update --init
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
curl -fsSL https://starship.rs/install.sh | sudo bash -s -- -b /usr/bin -y
2020-08-21 03:07:31 +00:00
chsh -s /usr/bin/fish