Add wrapper for vscode for better XDG compliance
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
8366509d59
commit
4b5ac28369
4 changed files with 39 additions and 0 deletions
|
@ -73,6 +73,7 @@ CONFIG_LINKED_FILES_HOME=(
|
|||
".config/zsh"
|
||||
".config/kitty"
|
||||
".local/bin"
|
||||
".local/share/applications"
|
||||
".local/share/gnupg/gpg.conf"
|
||||
".local/share/gnupg/dirmngr.conf"
|
||||
)
|
||||
|
@ -96,4 +97,7 @@ for file in "${!CONFIG_LINKED_FILES[@]}"; do
|
|||
rm -rf "${file}" |& output::debug
|
||||
ln -fs "${CONFIG_LINKED_FILES[${file}]}" "${file}" |& output::debug
|
||||
done
|
||||
|
||||
update-desktop-database ~/.local/share/applications
|
||||
|
||||
output::success "Successfully created symlinks"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue