ci(install) install yay and some basic packages
This commit is contained in:
parent
bad6956200
commit
42006a8042
2 changed files with 16 additions and 1 deletions
|
@ -170,7 +170,7 @@ bindsym $mod+Shift+c reload
|
||||||
bindsym $mod+Shift+r restart
|
bindsym $mod+Shift+r restart
|
||||||
|
|
||||||
# keybinding in fancy rofi (automated):
|
# keybinding in fancy rofi (automated):
|
||||||
bindsym F1 exec ~/.config/i3/scripts/keyhint-2
|
bindsym $mod+F1 exec ~/.config/i3/scripts/keyhint-2
|
||||||
# alternative
|
# alternative
|
||||||
# keybinding list in editor:
|
# keybinding list in editor:
|
||||||
# bindsym $mod+F1 exec xed ~/.config/i3/keybindings
|
# bindsym $mod+F1 exec xed ~/.config/i3/keybindings
|
||||||
|
|
15
install.sh
15
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/i3/config $HOME/.config/i3/config
|
||||||
cp $HOME/dotfiles/picom/picom.conf $HOME/.config/picom/picom.conf
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue