mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 05:04:34 +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 -r root/usr/local/bin /usr/local
|
||||||
cp root/.rsync-filter /
|
cp root/.rsync-filter /
|
||||||
|
|
||||||
|
# Sync pacman repos after /etc/pacman.conf got updated
|
||||||
|
sudo pacman -Sy
|
||||||
|
|
||||||
# Copy ZSH shell configuration
|
# Copy ZSH shell configuration
|
||||||
cp -a home/.zshenv ~
|
cp -a home/.zshenv ~
|
||||||
mkdir ~/.config
|
mkdir ~/.config
|
||||||
|
|
Loading…
Reference in a new issue