add config directory

This commit is contained in:
Mikhail Timofeev
2020-03-11 23:34:22 +03:00
parent 9bc9285a02
commit 6bfc4bd78b
2 changed files with 16 additions and 0 deletions

View File

@@ -129,6 +129,14 @@
],
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
},
{
"type": "shell",
"inline": [
"mkdir -p /etc/skel/.config/configstore",
"echo 'export XDG_CONFIG_HOME=$HOME/.config' | tee -a /etc/skel/.bashrc"
],
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
},
{
"type": "shell",
"scripts": [

View File

@@ -132,6 +132,14 @@
],
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
},
{
"type": "shell",
"inline": [
"mkdir -p /etc/skel/.config/configstore",
"echo 'export XDG_CONFIG_HOME=$HOME/.config' | tee -a /etc/skel/.bashrc"
],
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
},
{
"type": "shell",
"scripts": [