feat: Adds home directory setup in runs/after/system and fixes dev-env not copying markdownlint config with proper file name.

This commit is contained in:
2025-11-10 20:30:59 -05:00
parent 86d3a54e3b
commit e63e4f4fab
2 changed files with 10 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ copy_files $DEV_ENV/env/wallpapers $HOME/wallpapers
mkdir $HOME/Pictures >/dev/null 2>&1
mkdir -p $XDG_DATA_HOME/clipse/tmp_files
copy $DEV_ENV/dev-env $HOME/.local/scripts/dev-env
copy $DEV_ENV/env/.markdownlint.jsonc $HOME/.makrdownlint.jsonc
copy $DEV_ENV/env/.markdownlint.jsonc $HOME/.markdownlint.jsonc
copy $DEV_ENV/env/.prettierrc.yaml $HOME/.prettierrc.yaml
mkdir -p $XDG_DATA_HOME/applications/icons