36 lines
959 B
Plaintext
Executable file
36 lines
959 B
Plaintext
Executable file
yay -Syu
|
|
sudo pacman -S --needed --noconfirm - < installpackages.txt
|
|
yay -S light i3lock-color --needed --noconfirm
|
|
|
|
mkdir -p ~/.config/i3
|
|
ln -sf ~/.dotfiles/i3config ~/.config/i3/config
|
|
|
|
mkdir -p ~/.config/mpd
|
|
mkdir -p ~/.mpd/playlists
|
|
ln -sf ~/.dotfiles/mpd.conf ~/.config/mpd/mpd.conf
|
|
|
|
mkdir -p ~/.config/ncmpcpp
|
|
ln -sf ~/.dotfiles/ncmpcppconfig ~/.config/ncmpcpp/config
|
|
|
|
mkdir -p ~/.config/dunst
|
|
ln -sf ~/.dotfiles/dunstrc ~/.config/dunst/dunstrc
|
|
|
|
|
|
mkdir -p ~/.config/alacritty
|
|
ln -sf ~/.dotfiles/alacritty ~/.config/alacritty/alacritty.toml
|
|
|
|
mkdir -p ~/.config/i3blocks
|
|
ln -sf ~/.dotfiles/i3blocks ~/.config/i3blocks/config
|
|
|
|
ln -sf ~/.dotfiles/picom.conf ~/.config/picom.conf
|
|
ln -sf ~/.dotfiles/bashrc ~/.bashrc
|
|
ln -sf ~/.dotfiles/bash_profile ~/.bash_profile
|
|
ln -sf ~/.dotfiles/xinitrc ~/.xinitrc
|
|
ln -sf ~/.dotfiles/vimrc ~/.vimrc
|
|
ln -sf ~/.dotfiles/ctags ~/.ctags
|
|
|
|
chmod +x ~/.dotfiles/bin
|
|
|
|
sudo pkgfile -u
|
|
sudo systemctl enable pkgfile-update.timer
|