1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-10-01 14:39:19 +00:00
dotfiles/.setup

30 lines
1.3 KiB
Plaintext
Raw Normal View History

#!/bin/bash
sudo eopkg up
2020-07-21 15:27:10 +00:00
sudo eopkg it -c system.devel
sudo eopkg rm celluloid gnome-mpv gnome-terminal hexchat libreoffice-common mate-terminal nautilus onboard rhythmbox
desktop="audacity bleachbit caja devilspie2 engrampa feh gmic-gimp goverlay keepassx kitty libstrangle mpv quodlibet qutebrowser rofi spek viewnior zathura-poppler"
2020-10-24 22:31:08 +00:00
terminal="advancecomp aria2 autojump busybox fd fish git-extras innoextract jq libva-utils most ncdu neovim p7zip pip ripgrep solbuild-config-local-unstable speedtest-cli stow tmux"
sudo eopkg it $desktop $terminal
sudo pip3 install --upgrade qutebrowser breadability
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 -E .git -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-10-19 22:12:22 +00:00
mkdir -p ~/.config/mpv/shaders; 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-10-24 03:45:26 +00:00
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://github.com/junegunn/vim-plug/raw/master/plug.vim
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
systemctl --user mask tracker-store.service tracker-miner-fs.service tracker-miner-rss.service tracker-extract.service tracker-miner-apps.service tracker-writeback.service
tracker reset --hard