Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liskin/dotfiles
My personal monorepo: dotfiles, /etc-files, single-file scripts, vim plugins, webexts/userscripts, xmonad config, all that stuff…
https://github.com/liskin/dotfiles
bashrc config dotfiles dotfiles-linux vim vimrc xmonad
Last synced: about 1 month ago
JSON representation
My personal monorepo: dotfiles, /etc-files, single-file scripts, vim plugins, webexts/userscripts, xmonad config, all that stuff…
- Host: GitHub
- URL: https://github.com/liskin/dotfiles
- Owner: liskin
- License: other
- Created: 2018-11-19T17:46:04.000Z (about 6 years ago)
- Default Branch: home
- Last Pushed: 2024-05-29T00:56:28.000Z (7 months ago)
- Last Synced: 2024-05-29T02:24:10.268Z (7 months ago)
- Topics: bashrc, config, dotfiles, dotfiles-linux, vim, vimrc, xmonad
- Language: Shell
- Homepage:
- Size: 1.41 MB
- Stars: 94
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [liskin][]'s dotfiles
[liskin]: https://github.com/liskin
These are my dotfiles, or perhaps more accurately **my personal monorepo**.
I use this with `core.worktree` set to my home directory, so no fancy dotfiles
managers or setup scripts, just plain git, and perhaps a few Makefiles here
and there.There's also the [root](https://github.com/liskin/dotfiles/tree/root) branch,
which I use as a separate git worktree with `core.worktree = /`.## Notable sub-READMEs
* [My xmonad setup](.xmonad/)
## Sub-projects
As the monorepo possibly contains stuff that'd be useful separately, there's
[a script](bin/liskin-dotfiles-release) which takes care of releasing that
into a separate branch (and tags). The following is currently available in
separate form:* [xrandr-smart][] - a wrapper around xrandr which allows shell globs in
`--output` and automatically disables all other outputs;
[xrandr-smart]: https://github.com/liskin/dotfiles/tree/standalone/xrandr-smart
If you'd like to see another part of this repo released separately (perhaps
for packaging in a GNU/Linux distribution), let me know.