a fresh start, somewhat
This commit is contained in:
parent
d8b7e86dd6
commit
c75364cad4
5 changed files with 30 additions and 15 deletions
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
These are my dotfiles. There's many like them out there, but these ones are mind
|
||||
blah blah blah something or other
|
||||
|
||||
I manage these using [chezmoi](https://chezmoi.io). I've tried many methods over
|
||||
the years, from manual symlinking (hell!) to using GNU `stow` (annoying) to using
|
||||
Nix's `home-manager` (entirely different kind of hell), and chezmoi is what
|
||||
works for me with the least amount of headache.
|
||||
|
||||
So to install on a fresh laptop:
|
||||
|
||||
```sh
|
||||
# You also need rustup and Rust installed or else Fish will complain
|
||||
$PACKAGEMANAGER install chezmoi zoxide fish
|
||||
chezmoi init git@codeberg.org:shadows_withal/home.git # or HTTPS URL if you're not me hehe
|
||||
chezmoi apply
|
||||
source ~/.config/fish/config.fish
|
||||
# from here on out, see what breaks and fix it!
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue