1
0
Fork
You've already forked dotfiles
0
My personal dotfiles, deployed using GNU Stow (https://www.gnu.org/software/stow/)
  • Shell 99.4%
  • Lua 0.6%
2024年06月22日 16:56:59 +02:00
.bashrc.d Initial commit 2024年06月22日 14:54:11 +02:00
fish Initial commit 2024年06月22日 14:54:11 +02:00
git Add git meld alias 2024年06月22日 16:56:59 +02:00
helix Initial commit 2024年06月22日 14:54:11 +02:00
lite-xl Initial commit 2024年06月22日 14:54:11 +02:00
local-bin Initial commit 2024年06月22日 14:54:11 +02:00
starship Initial commit 2024年06月22日 14:54:11 +02:00
zed Initial commit 2024年06月22日 14:54:11 +02:00
README.md Update README with instructions 2024年06月22日 16:41:44 +02:00

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.d
  • git => stow -v -R -t ~ git

~/.config packages

The following are directories that belong unde ~/.config:

  • fish
  • helix
  • lite-xl
  • starship
  • zed

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