Skip to content

Commit 0b311b8

Browse files
committed
Housekeeping
1 parent bfa3ede commit 0b311b8

1 file changed

Lines changed: 122 additions & 125 deletions

File tree

README.md

Lines changed: 122 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -79,102 +79,100 @@ scripts to manage dotfiles and plugins.
7979

8080
### Fish
8181

82-
| Title | Description | Focus |
83-
| :---------------------- | :----------------------------------------------------------------------------- | :------------------------------------------------------------------------------- |
84-
| [oh-my-fish][43] | The Fish Shell Framework | Core infrastructure to allow you to install packages to extend/modify your shell |
85-
| [Paul's dotfiles][44] | paul's fish, bash, git, etc config files. good stuff. | Fish, macOS, Homebrew, Custom Shell functions |
86-
| [rkalis's dotfiles][45] | Well-maintained dotfiles featuring Fish, repository management and Hammerspoon | Fish, macOS, Homebrew, Repository management, Hammerspoon |
82+
| Title | Description | Focus |
83+
| :-------------------- | :---------------------------------------------------- | :------------------------------------------------------------------------------- |
84+
| [oh-my-fish][43] | The Fish Shell Framework | Core infrastructure to allow you to install packages to extend/modify your shell |
85+
| [Paul's dotfiles][44] | paul's fish, bash, git, etc config files. good stuff. | Fish, macOS, Homebrew, Custom Shell functions |
8786

8887
### Ansible
8988

9089
| Title | Description | Focus |
9190
| :---------------------- | :------------------------------------------- | :------------------------------------------------------------------------------ |
92-
| [.dots][46] | New and upgraded dotfiles, now with Ansible! | Completely automated desktop setup, configuration and maintenance using Ansible |
93-
| [sloria's dotfiles][47] | sloria's dotfiles as Ansible roles | Sets up a full local development environment with a single command |
91+
| [.dots][45] | New and upgraded dotfiles, now with Ansible! | Completely automated desktop setup, configuration and maintenance using Ansible |
92+
| [sloria's dotfiles][46] | sloria's dotfiles as Ansible roles | Sets up a full local development environment with a single command |
9493

9594
## Tools
9695

97-
- [Ansible][48] - Radically simple configuration-management, application deployment, task-execution, and multinode
96+
- [Ansible][47] - Radically simple configuration-management, application deployment, task-execution, and multinode
9897
orchestration engine.
99-
- [bashdot][49] - Minimalist dotfile management framework written entirely in bash.
100-
- [chezmoi][50] - Manage your dotfiles securely across multiple machines.
101-
- [comtrya][51] - Configuration management for localhost, written in Rust, for Linux, BSD, macOS, and Windows.
102-
- [dotbare][52] - Manage dotfiles interactively with fzf.
103-
- [dotbot][53] - Tool that bootstraps your dotfiles.
104-
- [dotdrop][54] - Save your dotfiles once, deploy them everywhere.
105-
- [dots][55] - Opinionated dotfiles generator that allows quick configuration of different window managers in multiple
98+
- [chezmoi][48] - Manage your dotfiles securely across multiple machines.
99+
- [comtrya][49] - Configuration management for localhost, written in Rust, for Linux, BSD, macOS, and Windows.
100+
- [dotbot][50] - Tool that bootstraps your dotfiles.
101+
- [dotdrop][51] - Save your dotfiles once, deploy them everywhere.
102+
- [dots][52] - Opinionated dotfiles generator that allows quick configuration of different window managers in multiple
106103
OSs!
107-
- [Fisher][56] - A package manager for Fish.
108-
- [fresh][57] - Keep your dotfiles fresh. Fresh is a tool to source shell configuration (aliases, functions, etc) from
104+
- [Fisher][53] - A package manager for Fish.
105+
- [fresh][54] - Keep your dotfiles fresh. Fresh is a tool to source shell configuration (aliases, functions, etc) from
109106
others into your own configuration files.
110-
- [GNU Stow][58] - Symlink farm manager which takes distinct packages of software and/or data located in separate
107+
- [GNU Stow][55] - Symlink farm manager which takes distinct packages of software and/or data located in separate
111108
directories on the filesystem, and makes them appear to be installed in the same place.
112-
- [homeshick][59] - Git dotfile synchronizer written in Bash.
113-
- [mackup][60] - Keep your application settings in sync (macOS/Linux).
114-
- [OpenBoot][61] - Mac dev environment manager that captures and restores Homebrew packages, dotfiles, shell
109+
- [homeshick][56] - Git dotfile synchronizer written in Bash.
110+
- [mackup][57] - Keep your application settings in sync (macOS/Linux).
111+
- [OpenBoot][58] - Mac dev environment manager that captures and restores Homebrew packages, dotfiles, shell
115112
configuration, and macOS preferences via interactive TUI.
116-
- [Pearl][62] - Package manager that allows to control, sync, share dotfiles as packages automatically activated during
117-
shells or editors startup. There is a wide range of packages already available. in the [Official Pearl Hub][63] (for
118-
Linux and OSX).
119113
- [rcm][34] - rc file (dotfile) management.
120-
- [rotz][64] - Fully cross-platform dotfile manager and dev environment bootstrapper written in Rust.
121-
- [themer][65] - Manage and generate themes across your development tools from within your dotfiles.
122-
- [toml-bombadil][66] - Templatize and manage your dotfiles.
123-
- [xdg-ninja][67] - A shell script which checks your $HOME for unwanted files and directories.
124-
- [yadm][68] - Tool for managing a collection of files across multiple computers, using a shared Git repository and some
114+
- [rotz][59] - Fully cross-platform dotfile manager and dev environment bootstrapper written in Rust.
115+
- [themer][60] - Manage and generate themes across your development tools from within your dotfiles.
116+
- [toml-bombadil][61] - Templatize and manage your dotfiles.
117+
- [xdg-ninja][62] - A shell script which checks your $HOME for unwanted files and directories.
118+
- [yadm][63] - Tool for managing a collection of files across multiple computers, using a shared Git repository and some
125119
additional features.
126120

127121
### macOS
128122

129-
- [dockutil][69] - Command line tool for managing dock items.
130-
- [mas][70] - Mac App Store command line interface.
131-
- [zero][71] - Radically simple personal bootstrapping tool for macOS.
123+
- [dockutil][64] - Command line tool for managing dock items.
124+
- [mas][65] - Mac App Store command line interface.
132125

133126
## Miscellaneous
134127

135-
- [dotfiles.github.io][72] - Your unofficial guide to dotfiles on GitHub.
136-
- [Filesystem Hierarchy Standard][73] - Directory structure and directory contents in Linux distributions.
137-
- [XDG Base Directory Specification][74] - [Summary][75]
138-
- [A lesson in shortcuts][76] - How the idea of "hidden" or "dot" files was born, by Rob Pike (originally posted on
128+
- [dotfiles.github.io][66] - Your unofficial guide to dotfiles on GitHub.
129+
- [Filesystem Hierarchy Standard][67] - Directory structure and directory contents in Linux distributions.
130+
- [XDG Base Directory Specification][68] - [Summary][69]
131+
- [A lesson in shortcuts][70] - How the idea of "hidden" or "dot" files was born, by Rob Pike (originally posted on
139132
Google+).
140133

141134
## Related Lists
142135

143-
- [Awesome Dev Env][77] - Curated list of awesome tools, resources and workflow tips making an awesome development
136+
- [Awesome Dev Env][71] - Curated list of awesome tools, resources and workflow tips making an awesome development
144137
environment.
145-
- [Awesome Fish][78] - Curated list of packages, prompts, and resources for the fish shell.
146-
- [Awesome Shell][79] - Curated list of awesome command-line frameworks, toolkits, guides and gizmos.
147-
- [Awesome Sysadmin][80] - A curated list of amazingly awesome open source sysadmin resources.
148-
- [Awesome Zsh Plugins][81] - List of Zsh plugins suitable for use with oh-my-zsh, antigen & Prezto.
149-
- [Terminals Are Sexy][82] - A curated list of Terminal frameworks, plugins & resources for CLI lovers.
138+
- [Awesome Fish][72] - Curated list of packages, prompts, and resources for the fish shell.
139+
- [Awesome Shell][73] - Curated list of awesome command-line frameworks, toolkits, guides and gizmos.
140+
- [Awesome Sysadmin][74] - A curated list of amazingly awesome open source sysadmin resources.
141+
- [Awesome Zsh Plugins][75] - List of Zsh plugins suitable for use with oh-my-zsh, antigen & Prezto.
142+
- [Terminals Are Sexy][76] - A curated list of Terminal frameworks, plugins & resources for CLI lovers.
150143

151144
## Archive/abandoned projects
152145

153-
- [antigen][83]
154-
- [Bashstrap][84]
155-
- [battleschool][85]
156-
- [Bork][86]
157-
- [Cider][87]
158-
- [dev-setup][88]
159-
- [dotfiles][89]
160-
- [dotstow][90]
161-
- [Eduardo's dotfiles][91]
162-
- [ellipsis][92]
163-
- [emplace][93]
164-
- [holman does dotfiles][94]
165-
- [homesick][95]
166-
- [Kevin's dotfiles][96]
167-
- [kody][97]
168-
- [macOS Defaults][98]
169-
- [osxc][99]
170-
- [vcsh][100] ([article][101], [article][102])
171-
- [YADR][103]
146+
- [antigen][77]
147+
- [bashdot][78]
148+
- [Bashstrap][79]
149+
- [battleschool][80]
150+
- [Bork][81]
151+
- [Cider][82]
152+
- [dev-setup][83]
153+
- [dotbare][84]
154+
- [dotfiles][85]
155+
- [dotstow][86]
156+
- [Eduardo's dotfiles][87]
157+
- [ellipsis][88]
158+
- [emplace][89]
159+
- [holman does dotfiles][90]
160+
- [homesick][91]
161+
- [Kevin's dotfiles][92]
162+
- [kody][93]
163+
- [macOS Defaults][94]
164+
- [osxc][95]
165+
- [Pearl][96]
166+
- [rkalis's dotfiles][97]
167+
- [vcsh][98] ([article][99], [article][100])
168+
- [YADR][101]
169+
- [Zero.sh][102]
172170

173171
## License
174172

175-
[![CC0][105]][104]
173+
[![CC0][104]][103]
176174

177-
To the extent possible under law, [Lars Kappert][106] has waived all copyright and related or neighboring rights to this
175+
To the extent possible under law, [Lars Kappert][105] has waived all copyright and related or neighboring rights to this
178176
work.
179177

180178
[1]: https://awesome.re
@@ -221,65 +219,64 @@ work.
221219
[42]: https://github.com/zimfw/zimfw
222220
[43]: https://github.com/oh-my-fish/oh-my-fish
223221
[44]: https://github.com/paulirish/dotfiles
224-
[45]: https://github.com/rkalis/dotfiles
225-
[46]: https://github.com/Addvilz/dots
226-
[47]: https://github.com/sloria/dotfiles
227-
[48]: https://www.ansible.com
228-
[49]: https://github.com/bashdot/bashdot
229-
[50]: https://github.com/twpayne/chezmoi
230-
[51]: https://github.com/comtrya/comtrya
231-
[52]: https://github.com/kazhala/dotbare
232-
[53]: https://github.com/anishathalye/dotbot
233-
[54]: https://github.com/deadc0de6/dotdrop
234-
[55]: https://github.com/ulises-jeremias/dotfiles
235-
[56]: https://github.com/jorgebucaran/fisher
236-
[57]: https://freshshell.com
237-
[58]: http://www.gnu.org/software/stow/
238-
[59]: https://github.com/andsens/homeshick
239-
[60]: https://github.com/lra/mackup
240-
[61]: https://github.com/openbootdotdev/openboot
241-
[62]: https://github.com/pearl-core/pearl
242-
[63]: https://github.com/pearl-hub
243-
[64]: https://github.com/volllly/rotz
244-
[65]: https://github.com/themerdev/themer
245-
[66]: https://github.com/oknozor/toml-bombadil
246-
[67]: https://github.com/b3nj5m1n/xdg-ninja
247-
[68]: https://github.com/TheLocehiliosan/yadm
248-
[69]: https://github.com/kcrawford/dockutil
249-
[70]: https://github.com/mas-cli/mas
250-
[71]: https://github.com/zero-sh/zero.sh
251-
[72]: https://dotfiles.github.io/
252-
[73]: https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
253-
[74]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
254-
[75]: https://wiki.archlinux.org/title/XDG_Base_Directory
255-
[76]: https://web.archive.org/web/20180827160401/https://plus.google.com/+RobPikeTheHuman/posts/R58WgWwN9jp
256-
[77]: https://github.com/jondot/awesome-devenv
257-
[78]: https://github.com/jorgebucaran/awsm.fish
258-
[79]: https://github.com/alebcay/awesome-shell
259-
[80]: https://github.com/awesome-foss/awesome-sysadmin
260-
[81]: https://github.com/unixorn/awesome-zsh-plugins
261-
[82]: https://github.com/k4m4/terminals-are-sexy
262-
[83]: http://antigen.sharats.me
263-
[84]: https://github.com/barryclark/bashstrap
264-
[85]: https://github.com/spencergibb/battleschool
265-
[86]: https://github.com/mattly/bork
266-
[87]: https://github.com/msanders/cider
267-
[88]: https://github.com/donnemartin/dev-setup
268-
[89]: https://github.com/jbernard/dotfiles
269-
[90]: https://github.com/clayrisser/dotstow
270-
[91]: https://github.com/eduardolundgren/dotfiles
271-
[92]: https://github.com/ellipsis/ellipsis
272-
[93]: https://github.com/tversteeg/emplace
273-
[94]: https://github.com/holman/dotfiles
274-
[95]: https://github.com/technicalpickles/homesick
275-
[96]: https://github.com/kdeldycke/dotfiles
276-
[97]: https://github.com/jh3y/kody
277-
[98]: https://github.com/kevinSuttle/macOS-Defaults
278-
[99]: http://osxc.github.io
279-
[100]: https://github.com/RichiH/vcsh
280-
[101]: https://blog.tfnico.com/2014/03/managing-dot-files-with-vcsh-and-myrepos.html
281-
[102]: https://www.kunxi.org/blog/2014/02/manage-dotfiles-using-vcsh-and-mr/
282-
[103]: http://skwp.github.io/dotfiles/
283-
[104]: https://creativecommons.org/publicdomain/zero/1.0/
284-
[105]: https://licensebuttons.net/p/zero/1.0/88x31.png
285-
[106]: https://www.webpro.nl
222+
[45]: https://github.com/Addvilz/dots
223+
[46]: https://github.com/sloria/dotfiles
224+
[47]: https://www.ansible.com
225+
[48]: https://github.com/twpayne/chezmoi
226+
[49]: https://github.com/comtrya/comtrya
227+
[50]: https://github.com/anishathalye/dotbot
228+
[51]: https://github.com/deadc0de6/dotdrop
229+
[52]: https://github.com/ulises-jeremias/dotfiles
230+
[53]: https://github.com/jorgebucaran/fisher
231+
[54]: https://freshshell.com
232+
[55]: http://www.gnu.org/software/stow/
233+
[56]: https://github.com/andsens/homeshick
234+
[57]: https://github.com/lra/mackup
235+
[58]: https://github.com/openbootdotdev/openboot
236+
[59]: https://github.com/volllly/rotz
237+
[60]: https://github.com/themerdev/themer
238+
[61]: https://github.com/oknozor/toml-bombadil
239+
[62]: https://github.com/b3nj5m1n/xdg-ninja
240+
[63]: https://github.com/TheLocehiliosan/yadm
241+
[64]: https://github.com/kcrawford/dockutil
242+
[65]: https://github.com/mas-cli/mas
243+
[66]: https://dotfiles.github.io/
244+
[67]: https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
245+
[68]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
246+
[69]: https://wiki.archlinux.org/title/XDG_Base_Directory
247+
[70]: https://web.archive.org/web/20180827160401/https://plus.google.com/+RobPikeTheHuman/posts/R58WgWwN9jp
248+
[71]: https://github.com/jondot/awesome-devenv
249+
[72]: https://github.com/jorgebucaran/awsm.fish
250+
[73]: https://github.com/alebcay/awesome-shell
251+
[74]: https://github.com/awesome-foss/awesome-sysadmin
252+
[75]: https://github.com/unixorn/awesome-zsh-plugins
253+
[76]: https://github.com/k4m4/terminals-are-sexy
254+
[77]: http://antigen.sharats.me
255+
[78]: https://github.com/bashdot/bashdot
256+
[79]: https://github.com/barryclark/bashstrap
257+
[80]: https://github.com/spencergibb/battleschool
258+
[81]: https://github.com/mattly/bork
259+
[82]: https://github.com/msanders/cider
260+
[83]: https://github.com/donnemartin/dev-setup
261+
[84]: https://github.com/kazhala/dotbare
262+
[85]: https://github.com/jbernard/dotfiles
263+
[86]: https://github.com/clayrisser/dotstow
264+
[87]: https://github.com/eduardolundgren/dotfiles
265+
[88]: https://github.com/ellipsis/ellipsis
266+
[89]: https://github.com/tversteeg/emplace
267+
[90]: https://github.com/holman/dotfiles
268+
[91]: https://github.com/technicalpickles/homesick
269+
[92]: https://github.com/kdeldycke/dotfiles
270+
[93]: https://github.com/jh3y/kody
271+
[94]: https://github.com/kevinSuttle/macOS-Defaults
272+
[95]: http://osxc.github.io
273+
[96]: https://github.com/pearl-core/pearl
274+
[97]: https://github.com/rkalis/dotfiles
275+
[98]: https://github.com/RichiH/vcsh
276+
[99]: https://blog.tfnico.com/2014/03/managing-dot-files-with-vcsh-and-myrepos.html
277+
[100]: https://www.kunxi.org/blog/2014/02/manage-dotfiles-using-vcsh-and-mr/
278+
[101]: http://skwp.github.io/dotfiles/
279+
[102]: https://github.com/zero-sh/zero.sh
280+
[103]: https://creativecommons.org/publicdomain/zero/1.0/
281+
[104]: https://licensebuttons.net/p/zero/1.0/88x31.png
282+
[105]: https://www.webpro.nl

0 commit comments

Comments
 (0)