1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-30 05:59:35 +00:00
dotfiles/.setup

25 lines
376 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 fd fish kitty mpv-libs-devel neovim qutebrowser stow
rm ~/.bashrc
cd ~/.dotfiles
for i in `fd -t d -H`
do
mkdir -p ~/$i
done
stow .
cd .config/mpv/scripts
for i in */
do
cd $i
make
cd ..
done
fish -c fisher
chsh -s /usr/bin/fish