aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com>2023-03-05 21:33:23 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com>2023-03-05 21:33:23 +0100
commit42006a8042c47ec0c1fa35fd55b793f23359d173 (patch)
treec8b9b2b6f44606110a85fcab09757d2235a48041 /install.sh
parentbad695620096d9a342815ca6eef223e4ce7b0914 (diff)
ci(install) install yay and some basic packages
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 1e83973..b6ac9d9 100644
--- a/install.sh
+++ b/install.sh
@@ -2,3 +2,18 @@ cp $HOME/dotfiles/polybar/config.ini $HOME/.config/polybar/config.ini
cp $HOME/dotfiles/i3/config $HOME/.config/i3/config
cp $HOME/dotfiles/picom/picom.conf $HOME/.config/picom/picom.conf
+# Install yay
+git clone https://aur.archlinux.org/yay.git
+cd yay
+makepkg -si
+cd ..
+rm -fr yay/
+
+# Install basic apps
+yay -Sy snap amberol flatpak picom-jonaburg-git polybar rofi feh xbindkeys alacritty fish xclip
+
+# Install oh my fish and setup the fish's theme
+curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
+
+omf install slacker && omf theme slacker
+