d41e1c46f4066635ec67a3f54c8063b7982d5464
The install subcommand also manages a list of packages intalled through `dot install`. This list can be restored using `dot install --restore`.
dotfiles
Dotfiles managed as a bare git repo checked out over $HOME, for machines
running CachyOS with KDE Plasma.
Bootstrapping a new machine
mkdir -p ~/.config/fish/functions
curl -fsSL https://git.alexion.dev/alexion/dotfiles/raw/branch/main/.config/fish/functions/dot.fish \
-o ~/.config/fish/functions/dot.fish
fish -c 'dot init'
Commands
| Command | Description |
|---|---|
dot help |
Lists available commands. |
dot init |
Bootstraps the dotfiles repo on a new machine. |
dot <git> |
Everything else is passed to git. |
See DOT-CLI.md for the dot tool's
internal architecture, bootstrap logic, subcommand dispatch, and test suite.
Description
Languages
Nix
50.5%
TypeScript
48%
Shell
1.2%
Lua
0.3%