mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 10:11:12 +02:00
archlinux: Run xdg-user-dirs-update during bootstrap.sh
Note that the directories generated can be changed with user-dirs.dirs, and should respect the user's locale.
This commit is contained in:
@ -43,5 +43,8 @@ make -C ..
|
||||
# Change the color scheme to a sane default
|
||||
wal --theme base16-tomorrow-night
|
||||
|
||||
# Create the user's home directories
|
||||
xdg-user-dirs-update
|
||||
|
||||
# Run vim for the first time (i.e. install plugins and exit)
|
||||
nvim
|
||||
|
Reference in New Issue
Block a user