Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Add configs for various programs (b3nj5m1n#209)
Browse files Browse the repository at this point in the history
Configs for nix, renderdock, tldr, Networkmanager-openvpn and xdg-utils.

Networkmanagegr-openvpn, xdg-utils and renderdock info is from arch wiki.
  • Loading branch information
ShivanshuKantPrasad committed Jan 10, 2023
1 parent ea50925 commit b3d2b19
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/Networkmanager-openvpn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Networkmanager-openvpn",
"files": [
{
"path": "$HOME/.cert/nm-openvpn",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant Issue_: https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/issues/35"
}
]
}
20 changes: 20 additions & 0 deletions programs/nix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "nix",
"files": [
{
"path": "$HOME/.nix-channels",
"movable": false,
"help": "New nix command line interface supports XDG Base Directory but Old Commands will still create these directories.\n\n_Relevant Issue_: https://github.com/NixOS/nix/issues/1079\n\n"
},
{
"path": "$HOME/.nix-defexpr",
"movable": false,
"help": "New nix command line interface supports XDG Base Directory but Old Commands will still create these directories.\n\n_Relevant Issue_: https://github.com/NixOS/nix/issues/1079\n\n"
},
{
"path": "$HOME/.nix-profile",
"movable": false,
"help": "New nix command line interface supports XDG Base Directory but Old Commands will still create these directories.\n\n_Relevant Issue_: https://github.com/NixOS/nix/issues/1079\n\n"
}
]
}
10 changes: 10 additions & 0 deletions programs/renderdock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "renderdoc",
"files": [
{
"path": "$HOME/.renderdoc",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant Issue_: https://github.com/baldurk/renderdoc/pull/1741\n"
}
]
}
10 changes: 10 additions & 0 deletions programs/tldr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "tldr",
"files": [
{
"path": "$HOME/.tldrc",
"movable": true,
"help": "Currently tldr-pages do not have any specification for clients on where to cache tldr-pages. See the relevant [issue](https://github.com/tldr-pages/tldr/issues/876) and [specification](https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md)\n\nOfficial tldr-nodejs-client, tldr-python-client or tldr-c-client do not support XDG Base Directories.\n\n**Use [Tealdeer](https://github.com/dbrgn/tealdeer), a rust client for tldr that supports XDG Base Directories instead.**\n"
}
]
}
11 changes: 11 additions & 0 deletions programs/xdg-utils.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "xdg-utils",
"files": [
{
"path": "$HOME/.gnome",
"movable": false,
"help": "For some reason the script xdg-desktop-menu hard-codes gnome_user_dir=\"$HOME/.gnome/apps\". This is used by chromium among others. Bug discussion has moved to gitlab and PR with fix exists, however it is not merged yet.\n\n_Relevant Issues:_ https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/81\n\n_Merge Request:_ https://gitlab.freedesktop.org/xdg/xdg-utils/-/merge_requests/22\n"

}
]
}

0 comments on commit b3d2b19

Please sign in to comment.