mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-09 18:29:41 +00:00
Sync pacman repos after updating /etc/pacman.conf
This commit is contained in:
parent
983d95c2a6
commit
5f3e02b29c
|
@ -29,6 +29,9 @@ cp -r root/etc/xdg/reflector /etc/xdg
|
|||
cp -r root/usr/local/bin /usr/local
|
||||
cp root/.rsync-filter /
|
||||
|
||||
# Sync pacman repos after /etc/pacman.conf got updated
|
||||
sudo pacman -Sy
|
||||
|
||||
# Copy ZSH shell configuration
|
||||
cp -a home/.zshenv ~
|
||||
mkdir ~/.config
|
||||
|
|
Loading…
Reference in a new issue