diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-02-05 23:37:11 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-02-05 23:37:11 +0100 |
| commit | fb562670c4a43f3327b6992f5e10d945d0b9ea92 (patch) | |
| tree | 9ea6cddec9e3f8000baf5ef8517e1968b19867d5 /install.sh | |
| parent | 6c5af58cfd053af9a530752b9ff109c79accb972 (diff) | |
.
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -6,13 +6,6 @@ symlink () { ln -sfT "$@" } -install_packages() { - yay -S --needed --noconfirm \ - $(cat $1 | \ - xargs -I{} sh -c \ - "(pacman -Q {} &> /dev/null) || echo {}") -} - install_python() { LONG=$1 SHORT=${LONG//\./} @@ -48,8 +41,6 @@ mkdir -p ~/repos mkdir -p ~/.local/share/applications mkdir -p ~/.local/share/icons/hicolor/128x128/apps symlink $(cd $(dirname "$0"); pwd -P) ~/.dotfiles -yay --save --sudo doas -install_packages ~/.dotfiles/packages.txt # alacritty symlink ~/.dotfiles/alacritty ~/.config/alacritty @@ -187,3 +178,6 @@ symlink ~/.dotfiles/xorg/.xinitrc ~/.xinitrc symlink ~/.dotfiles/xorg/.Xresources ~/.Xresources symlink ~/.dotfiles/xorg/loadxresources ~/bin/loadxresources symlink ~/.dotfiles/xorg/setwallpaper ~/bin/setwallpaper + +# yay +yay --save --sudo doas |
