Migrate to chezmoi
Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
This commit is contained in:
parent
110e0882c6
commit
224c7ed45c
1654 changed files with 470035 additions and 51 deletions
|
|
@ -0,0 +1,27 @@
|
|||
|
||||
prefix [/path/in_brackets] suffix
|
||||
[/path/in_brackets]
|
||||
prefix [path/in_brackets] suffix
|
||||
[path/in_brackets]
|
||||
prefix (/path/in-parantheses) suffix
|
||||
(/path/in-parantheses)
|
||||
prefix (path/in-parantheses) suffix
|
||||
(path/in-parantheses)
|
||||
prefix "/path/in/quotes" suffix
|
||||
"/path/in/quotes"
|
||||
prefix "path/in/quotes" suffix
|
||||
"path/in/quotes"
|
||||
prefix '/path/in-single' suffix
|
||||
'/path/in-single'
|
||||
prefix 'path/in-single' suffix
|
||||
'path/in-single'
|
||||
prefix ~/home/path suffix
|
||||
~/home/path
|
||||
|
||||
prompt:~/dot$ git status
|
||||
modified: home/.tmux.conf
|
||||
deleted: home/tools/bin/hello
|
||||
new file: home/.laktakrc
|
||||
|
||||
non path: 100 k/s 50m/s 10k/s
|
||||
non path: page 1/2
|
||||
Loading…
Add table
Add a link
Reference in a new issue