nix-config/sh/102-xdg-user-dirs
2018-08-31 15:43:45 -04:00

18 lines
419 B
Bash

#!/bin/sh
#
# XDG user dirs are a universal way to store files. They are used
# by other programs to determine where to find and save files.
#
# The following directories are created with `xdg-user-dirs`:
#
# Desktop | Documents | Downloads | Music
# Pictures | Public | Templates | Videos
#
# https://wiki.archlinux.org/index.php/Xdg_user_directories
set -xe
sudo pacman -S xdg-user-dirs
xdg-user-dirs-update