-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.sh
More file actions
executable file
·26 lines (21 loc) · 872 Bytes
/
setup.sh
File metadata and controls
executable file
·26 lines (21 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
rm -rf $HOME/.bashrc
rm -rf $HOME/.config/fish/
rm -rf $HOME/.config/i3/
rm -rf $HOME/.config/nvim/
rm -rf $HOME/.config/qutebrowser/
rm -rf $HOME/.config/rofi/
rm -rf $HOME/.config/tmux/
git clone https://github.com/lorypelli/rice $HOME/rice-temp/
git clone https://github.com/dracula/qutebrowser-dracula-theme $HOME/rice-temp/qutebrowser/dracula/
git clone https://github.com/tmux-plugins/tpm $HOME/rice-temp/tmux/plugins/
cp -r $HOME/rice-temp/bash/.bashrc $HOME/.bashrc
cp -r $HOME/rice-temp/fish/ $HOME/.config/
cp -r $HOME/rice-temp/i3/ $HOME/.config/
cp -r $HOME/rice-temp/nvim/ $HOME/.config/
cp -r $HOME/rice-temp/qutebrowser/ $HOME/.config/
cp -r $HOME/rice-temp/rofi/ $HOME/.config/
cp -r $HOME/rice-temp/tmux/ $HOME/.config/
cp -r $HOME/rice-temp/utils $HOME/
rm -rf $HOME/rice-temp/
sudo pacman -S alacritty fish neovim rofi tmux --noconfirm