mirror of
https://github.com/sebaschi/dotfiles.git
synced 2025-11-08 22:04:28 +01:00
Create pet package: holds both config AND snippets for convenciance:)
This commit is contained in:
parent
c074cfa3e0
commit
a4f2cff5f3
37
pet/dot-config/pet/config.toml
Normal file
37
pet/dot-config/pet/config.toml
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
|
||||||
|
[GHEGist]
|
||||||
|
Public = false
|
||||||
|
access_token = ""
|
||||||
|
auto_sync = false
|
||||||
|
base_url = ""
|
||||||
|
file_name = ""
|
||||||
|
gist_id = ""
|
||||||
|
upload_url = ""
|
||||||
|
|
||||||
|
[General]
|
||||||
|
Backend = "gist"
|
||||||
|
Cmd = []
|
||||||
|
Color = false
|
||||||
|
Column = 40
|
||||||
|
Editor = "sensible-editor"
|
||||||
|
Format = "[$description]: $command $tags"
|
||||||
|
SelectCmd = "fzf --ansi --layout=reverse --border --height=90% --pointer=* --cycle --prompt=Snippets:"
|
||||||
|
SnippetDirs = []
|
||||||
|
SnippetFile = "/home/seb/.config/pet/snippet.toml"
|
||||||
|
SortBy = ""
|
||||||
|
|
||||||
|
[Gist]
|
||||||
|
Public = false
|
||||||
|
access_token = ""
|
||||||
|
auto_sync = false
|
||||||
|
file_name = "pet-snippet.toml"
|
||||||
|
gist_id = ""
|
||||||
|
|
||||||
|
[GitLab]
|
||||||
|
ID = ""
|
||||||
|
Url = ""
|
||||||
|
Visibility = "private"
|
||||||
|
access_token = ""
|
||||||
|
auto_sync = false
|
||||||
|
file_name = "pet-snippet.toml"
|
||||||
|
skip_ssl = false
|
||||||
6
pet/dot-config/pet/snippet.toml
Normal file
6
pet/dot-config/pet/snippet.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
[[Snippets]]
|
||||||
|
Description = "Get root shell while preserving environment variables."
|
||||||
|
Output = ""
|
||||||
|
Tag = ["superuser", "bash", "sh", "envvar"]
|
||||||
|
command = "sudo -E --shell"
|
||||||
Loading…
x
Reference in New Issue
Block a user