My personal dotfiles, deployed using GNU Stow (https://www.gnu.org/software/stow/)
|
|
||
|---|---|---|
| .bashrc.d | Initial commit | |
| fish | Initial commit | |
| git |
Add git meld alias
|
|
| helix | Initial commit | |
| lite-xl | Initial commit | |
| local-bin | Initial commit | |
| starship | Initial commit | |
| zed | Initial commit | |
| README.md |
Update README with instructions
|
|
Dotfiles
These are my personal dotfiles, which I deploy using stow
Home packages
The following are directories that belong under ~:
.bashrc.d=>stow -v -R -t ~/.bashrc.d .bashrc.dgit=>stow -v -R -t ~ git
~/.config packages
The following are directories that belong unde ~/.config:
fishhelixlite-xlstarshipzed
And can be installed with: stow -v -R -t ~/.config <dir-name>
~/.local/bin
The following are bash scripts that should be executable on a normal shell:
local-bin=>stow -v -R -t ~/.local/bin local-bin