about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-06-13 21:49:19 -0500
committerCase Duckworth2024-06-13 21:49:19 -0500
commitbd96f215ffdb04c5e2ddbc6ad8869d13bfe041c0 (patch)
treec03a84ef531c3de7f567993010c4e4272994d638
parentAdd eshell aliases (diff)
downloaddots-bd96f215ffdb04c5e2ddbc6ad8869d13bfe041c0.tar.gz
dots-bd96f215ffdb04c5e2ddbc6ad8869d13bfe041c0.zip
Add user-dirs stuff
-rw-r--r--config/user-dirs.dirs16
-rw-r--r--config/user-dirs.locale1
2 files changed, 17 insertions, 0 deletions
diff --git a/config/user-dirs.dirs b/config/user-dirs.dirs new file mode 100644 index 0000000..32b06c0 --- /dev/null +++ b/config/user-dirs.dirs
@@ -0,0 +1,16 @@
1# -*- sh -*-
2# This file is written by xdg-user-dirs-update
3# If you want to change or add directories, just edit the line you're
4# interested in. All local changes will be retained on the next run.
5# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
6# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
7# absolute path. No other format is supported.
8
9XDG_DESKTOP_DIR="$HOME/var/desk"
10XDG_DOCUMENTS_DIR="$HOME/var/doc"
11XDG_DOWNLOAD_DIR="$HOME/dl"
12XDG_MUSIC_DIR="$HOME/var/music"
13XDG_PICTURES_DIR="$HOME/var/img"
14XDG_PUBLICSHARE_DIR="$HOME/"
15XDG_TEMPLATES_DIR="$HOME/"
16XDG_VIDEOS_DIR="$HOME/var/video"
diff --git a/config/user-dirs.locale b/config/user-dirs.locale new file mode 100644 index 0000000..3e0b419 --- /dev/null +++ b/config/user-dirs.locale
@@ -0,0 +1 @@
en_US \ No newline at end of file