https://github.com/aerosol/dotfiles
:factory: dotfiles :moneybag:
https://github.com/aerosol/dotfiles
bspwm dotfiles fzf neovim polybar ripgrep stow sway swaywm sxhkd tmux vimrc wayland zsh
Last synced: 7 months ago
JSON representation
:factory: dotfiles :moneybag:
- Host: GitHub
- URL: https://github.com/aerosol/dotfiles
- Owner: aerosol
- Created: 2015-02-17T20:44:14.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-04T09:06:39.000Z (9 months ago)
- Last Synced: 2025-03-18T04:42:49.838Z (7 months ago)
- Topics: bspwm, dotfiles, fzf, neovim, polybar, ripgrep, stow, sway, swaywm, sxhkd, tmux, vimrc, wayland, zsh
- Language: Lua
- Homepage:
- Size: 9.27 MB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles (silos) :factory:
## Synopsis
Every silo is make-driven stow package, contains deployable set of dotfiles per program (zsh, vim, etc.)
## Prerequisites
- GNU Make
- GNU Stow
- git
## Make targets (usage)### When in doubt, use the [source](https://github.com/aerosol/dotfiles/blob/develop/Makefile).
#### fill: Pull existing sources and build a silo
```
$ make fill what=~/.config/nvim into=nvim/.config
```#### save: Commit changes after hacking on a silo
```
$ make save silo=nvim
```#### unload: Deploy existing silo to a clean $HOME
```
$ make unload silo=nvim
```#### withdraw: Retract a silo, get clean $HOME again
```
$ make withdraw silo=nvim
```#### slurp: Pull existing sources, build a silo, unload it and save
```
$ make slurp what=~/.config/nvim into=nvim/.config silo=nvim
```