all repos — dotfiles @ f425f13fc7a5ed852f6655e0ae85cd4cdfa51ae8

personal dotfiles

README.md (view raw)

 1# la-ninpre's dotfiles
 2
 3i use gnu stow to deploy my dotfiles. installation is very straightforward:
 4
 5``` shell
 6$ git clone https://git.aaoth.xyz/dotfiles.git
 7$ cd dotfiles
 8$ ./install
 9```
10
11note that you will need to specify `--recurse-submodules` option if you also
12want to have my xmonad config. for xmonad-specific installation instructions
13refer to [it's repo][0].
14
15## programs
16
17a list of programs that i have configurations for.
18
19* bash
20
21* neovim
22
23* doom-emacs
24
25* mpd
26
27* moc
28
29* alacritty
30
31* kitty
32
33* starship prompt
34
35## scripts
36
37a list of useful (for me) shell scripts also provided in current repo.
38
39* `clean_local_ssh` -- purges localhost entries from `.ssh/known_hosts`.
40  (yes it's very silly, but i need it because i ssh to my vms and ssh is
41  always complaining about wrong host keys)
42
43* `fossil-update` -- updates fossil to latest version
44
45* `keylookup` -- receives a public key from keyserver (because gpg is not
46  always able to do so for some reason)
47  
48* `nimi_sewi` -- a wrapper for [nimi sewi][1] that copies it's output to
49  clipboard and gives a notification
50  
51* `paperbackup` -- makes a printable qr-code backup for gpg secret key
52
53* `print_codes` -- makes a printable qr-code backup for otp recovery codes
54
55* `rand` -- outputs random string
56
57* `scrot_cmd` -- wrapper for scrot utility to simplify it's usage
58  in keybindings
59
60## license
61
62all code in this repo is licensed under an isc license.
63
64[0]:https://git.aaoth.xyz/xmonad-config.git
65[1]:https://fsl.aaoth.xyz/nimisewi