Skip to content

Commit 3bb68fb

Browse files
Clean up
1 parent efd023b commit 3bb68fb

3 files changed

Lines changed: 7 additions & 97 deletions

File tree

README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The actual dotfiles for various tools
6161
| bashrc |
6262
| gitconfig |
6363
| glide |
64+
| nono |
6465
| nvim |
6566
| pi |
6667
| termux |
@@ -84,10 +85,12 @@ Helpful automation for various tasks
8485
| clip | |
8586
| cljue | [demo](.tapes/cljue.gif) |
8687
| countdown | |
88+
| cuckoo | |
8789
| datediff | |
8890
| esv | [demo](.tapes/esv.gif) |
8991
| esv-search | |
9092
| gdocs | |
93+
| git-prompt | |
9194
| highlight | [demo](.tapes/highlight.gif) |
9295
| ipsum | |
9396
| is | |
@@ -102,8 +105,8 @@ Helpful automation for various tasks
102105
| nvim-list-servers | |
103106
| nvim-plugins | |
104107
| nvims | |
108+
| open-nvim-from-windows | |
105109
| passphrase | |
106-
| print-pi-session | |
107110
| profile-nvim | [demo](.tapes/profile-nvim.gif) |
108111
| reprint | |
109112
| ssh | |
@@ -148,22 +151,6 @@ Symlink any config file to any location
148151
| wsl |
149152
</details>
150153

151-
<details><summary>Cheatsheets</summary>
152-
153-
Custom TLDR pages
154-
155-
| Cheatsheet |
156-
| --- |
157-
| bash-notes |
158-
| neotest |
159-
| neovim |
160-
| nerd-font-symbols |
161-
| nerd-fonts |
162-
| netrw |
163-
| nvim-dap |
164-
| telescope |
165-
</details>
166-
167154
## Formatting
168155

169156
```sh

scripts/print-pi-session

Lines changed: 0 additions & 62 deletions
This file was deleted.

toolkit.nu

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,6 @@ Symlink any config file to any location
9292
(get-mappings | each { { Mapping: $in } } | to md)
9393
</details>
9494
95-
<details><summary>Cheatsheets</summary>
96-
97-
Custom TLDR pages
98-
99-
(get-cheatsheets | each { { Cheatsheet: $in } } | to md)
100-
</details>
101-
10295
## Formatting
10396
10497
```sh
@@ -118,9 +111,9 @@ Custom TLDR pages
118111
def get-configs [] {
119112
let not_configs = [
120113
README, toolkit
121-
cheatsheets, scripts
122-
init, setups
123-
map, mappings
114+
scripts, init,
115+
setups, map,
116+
mappings
124117
]
125118
ls
126119
| get name
@@ -156,14 +149,6 @@ def get-setups [] {
156149
| sort
157150
}
158151

159-
def get-cheatsheets [] {
160-
ls cheatsheets
161-
| get name
162-
| path parse
163-
| get stem
164-
| sort
165-
}
166-
167152
# https://github.com/folke/lazy.nvim/discussions/1034#discussioncomment-7034355
168153
export def update-nvim-packages [] {
169154
^nvim --headless "+Lazy! sync" +qa

0 commit comments

Comments
 (0)