1
0
src/dotfiles-old/README.md

20 lines
1.3 KiB
Markdown
Raw Normal View History

2020-09-26 16:40:50 +00:00
# devenblake/dotfiles
Pretty config stuff.
![This is a screenshot of my desktop.](https://web.archive.org/web/20200926155417if_/https://i.redd.it/jwhsmokcfcp51.png)
2021-03-28 22:44:51 +00:00
For this configuration, [posted on r/unixporn on 2020-09-25](https://www.reddit.com/r/unixporn/comments/izpvwp/i3gaps_basic_but_it_works/), refer to the [state of the repository around 2020-09-26](https://github.com/devenblake/dotfiles/tree/7d0a35b6d06c2bb46990087c6a6c4b2a2685d49c) or so.
2020-09-26 16:40:50 +00:00
2021-03-28 22:25:37 +00:00
My setup has changed drastically since then.
2020-09-26 16:40:50 +00:00
2021-03-28 22:44:51 +00:00
My shell aliases are in `.aliases` and my general shell configuration is in `.env`.
2021-03-28 22:25:37 +00:00
I use `dash` as my shell. I sort of miss tab-completion but it's worth it so I know everything I do is reproducible.
2020-09-26 16:40:50 +00:00
2021-03-28 22:25:37 +00:00
Refer to `scripts/` for scripts that help me keep everything organized, except for `clone.sh` (which clones all my dotfiles to `~/src/dotfiles/`, where I keep my local copy of this repo).
2020-12-31 01:35:27 +00:00
2021-03-28 22:25:37 +00:00
A list of all the packages I use is available in `scripts/packages/`, organized by repository availability.
2021-03-28 22:44:51 +00:00
## License
See `LICENSE` for the repository license if you want but basically all code, unless otherwise stated, is released unencumbered into the public domain.
2021-03-28 22:49:15 +00:00
A notable exception to this is `src/dmenu/config.h` which is licensed under the MIT/X Consortium license as is dmenu; this license can be found in `licenses/DMENU`.