2020-11-06 00:31:43 -06:00
|
|
|
# lytedev's dotfiles
|
2017-02-05 14:38:57 -06:00
|
|
|
|
2021-11-03 12:01:43 -05:00
|
|
|
My various configuration files. I can't recommend using them directly, just
|
|
|
|
take what you like.
|
2020-11-06 12:00:43 -06:00
|
|
|
|
2020-11-06 11:52:18 -06:00
|
|
|
[🖥️ Upstream][upstream] • [🐙 GitHub Mirror][github]
|
|
|
|
|
2020-11-06 11:59:11 -06:00
|
|
|
![Battlestation][battlestation-photo]
|
2020-11-06 11:16:29 -06:00
|
|
|
![Desktop Screenshot][desktop-screenshot]
|
2017-02-10 12:06:59 -06:00
|
|
|
|
2021-11-03 12:01:43 -05:00
|
|
|
# Basic Setup
|
2021-03-06 22:24:09 -06:00
|
|
|
|
2021-11-03 12:18:12 -05:00
|
|
|
curl -Ss https://lyte.dev/df.sh | sh
|
2021-11-03 12:01:43 -05:00
|
|
|
|
|
|
|
## I don't like `curl ... | sh`
|
|
|
|
|
|
|
|
Clone the repo:
|
|
|
|
|
|
|
|
git clone https://git.lyte.dev/lytedev/dotfiles.git "$HOME/.config/lytedev-dotfiles"
|
|
|
|
|
|
|
|
Inspect and run the common (no macOS- or Linux-specific configuration) setup
|
|
|
|
`fish` script:
|
|
|
|
|
|
|
|
$EDITOR "$HOME/.config/lytedev-dotfiles/common/bin/dotfiles-setup"
|
|
|
|
"$HOME/.config/lytedev-dotfiles/common/bin/dotfiles-setup"
|
|
|
|
|
|
|
|
## Advanced Setup
|
|
|
|
|
|
|
|
You will want to symlink relevant environment layers into the `$ENV_PATH` in
|
|
|
|
order to have your OS-specific applications be configured and common
|
|
|
|
applications configured for the host OS.
|
2017-02-05 14:38:57 -06:00
|
|
|
|
2021-11-03 12:01:43 -05:00
|
|
|
There's a handy `fzf`-based script that makes this super easy:
|
2021-09-24 13:06:43 -05:00
|
|
|
|
2021-11-03 12:01:43 -05:00
|
|
|
dotfiles-link-environments # note that you can select multiple with TAB
|
|
|
|
|
|
|
|
You can also list the possible environments:
|
|
|
|
|
|
|
|
cat $DOTFILES_PATH/common/envs
|
|
|
|
|
|
|
|
And then link them yourself (note the replacing of slashes with dashes):
|
|
|
|
|
|
|
|
ln -s (pwd)/os/linux $ENV_PATH/os-linux
|
|
|
|
ln -s (pwd)/os/linux/arch $ENV_PATH/os-linux-arch
|
|
|
|
ln -s (pwd)/host/laptop $ENV_PATH/host-laptop
|
|
|
|
ln -s (pwd)/host/laptop/third $ENV_PATH/os-laptop-third
|
2021-11-03 12:18:12 -05:00
|
|
|
# etc...
|
2021-11-03 12:01:43 -05:00
|
|
|
|
|
|
|
And run setup again once you've finished linking all related environments:
|
|
|
|
|
|
|
|
dotfiles-setup
|
|
|
|
|
|
|
|
# To Do
|
2019-03-19 10:58:12 -05:00
|
|
|
|
2021-11-03 12:01:43 -05:00
|
|
|
- Home DNS/Wireguard VPN?
|
2021-09-24 13:06:43 -05:00
|
|
|
- Layered gitconfig?
|
|
|
|
- Get out of Google!
|
|
|
|
- `calcurse` for Calendar management?
|
|
|
|
- `aerc` or `neomutt` for email?
|
|
|
|
- My home-grown backup network for Drive?
|
|
|
|
- Photos?
|
|
|
|
- **Learn to use `journalctl`**
|
|
|
|
- Neovim LSP
|
2021-11-03 12:01:43 -05:00
|
|
|
- Move to NixOS or Guix? Declarative may be the future...?
|
|
|
|
- Better/more secure remote management configuration?
|
|
|
|
- Why can't I hold all these SSH keys/configs/target hosts?
|
|
|
|
- Setup network file share that's easily accessible from Windows and macOS hosts?
|
|
|
|
- Samba?
|
2021-09-24 13:06:43 -05:00
|
|
|
- Add vim in the terminal as the handler for many MIME types (xdg-open and such)
|
|
|
|
for the rare time I'm in a file manager or for opening easily from
|
|
|
|
the browser.
|
|
|
|
- This goes for navigating "into" a file in `nnn`
|
|
|
|
- Investigate systemd services that may help with various tasks (homed, etc.)
|
2019-03-19 10:58:12 -05:00
|
|
|
|
|
|
|
[upstream]: https://git.faceless.lytedev.io/lytedev/dotfiles
|
|
|
|
[github]: https://github.com/lytedev/dotfiles
|
2020-07-02 17:13:48 -05:00
|
|
|
[desktop-screenshot]: https://files.lyte.dev/unix/desktop-screenshot.png
|
2020-11-06 11:59:39 -06:00
|
|
|
[battlestation-photo]: https://files.lyte.dev/unix/battlestation.jpg
|