2020-11-06 00:31:43 -06:00
|
|
|
# lytedev's dotfiles
|
2017-02-05 14:38:57 -06:00
|
|
|
|
2020-11-06 12:00:43 -06:00
|
|
|
My various configuration files. Don't use them directly, just take what you
|
|
|
|
like.
|
|
|
|
|
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
|
|
|
|
2020-12-17 10:12:21 -06:00
|
|
|
# Dependencies
|
|
|
|
|
2021-09-24 13:06:43 -05:00
|
|
|
- `fish`
|
|
|
|
- `bat`
|
|
|
|
- `fd`
|
|
|
|
- `sd`
|
|
|
|
- `fzf`
|
|
|
|
- `tmux`
|
|
|
|
- `rsync`
|
|
|
|
- `exa`
|
|
|
|
- `nnn`
|
|
|
|
- `nvim`
|
2020-12-17 10:12:21 -06:00
|
|
|
|
2021-03-06 22:24:09 -06:00
|
|
|
# Setup
|
|
|
|
|
|
|
|
```
|
|
|
|
set dfp ~/.config/lytedev-dotfiles
|
|
|
|
git clone https://git.lyte.dev/lytedev/dotfiles.git $dfp && cd $dfp
|
|
|
|
./common/bin/dotfiles-setup
|
|
|
|
# symlink host/os-specific directories
|
|
|
|
ezln ./os/linux $ENV_PATH/linux
|
2021-03-08 09:25:55 -06:00
|
|
|
# setup again once env has all the layers you want
|
|
|
|
dotfiles-setup
|
2021-03-06 22:24:09 -06:00
|
|
|
```
|
|
|
|
|
|
|
|
# Basic Usage
|
|
|
|
|
2020-11-06 11:52:18 -06:00
|
|
|
# To Do
|
2017-02-05 14:38:57 -06:00
|
|
|
|
2021-09-24 13:06:43 -05:00
|
|
|
- Wifi + Home DNS
|
|
|
|
- Rotate/switch gpg keys and password-store, setup properly on phone
|
|
|
|
|
|
|
|
- Maybe something age/sops-based?
|
2019-03-19 10:58:12 -05:00
|
|
|
|
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?
|
|
|
|
- Hibernation and proper power management for laptop?
|
|
|
|
- **Learn to use `journalctl`**
|
|
|
|
- Fix sway workspaces on desktop?
|
|
|
|
- Neovim LSP
|
|
|
|
- Move to NixOS (WIP) or Guix? Declarative is the future!
|
|
|
|
- Better/more secure remote management configuration in dotfiles? [1][1]
|
|
|
|
- Setup network file share?
|
|
|
|
- Home VPN
|
|
|
|
- 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`
|
|
|
|
- Unify all the common variables... somehow? (and use templates and `envsubst`?)
|
|
|
|
- [Vimux](https://github.com/benmills/vimux)?
|
|
|
|
- Investigate systemd services that may help with various tasks (homed, etc.)
|
|
|
|
- Be more macOS friendly, since work may require that
|
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
|
2020-06-15 11:44:45 -05:00
|
|
|
[1]: https://smallstep.com/blog/ssh-tricks-and-tips/
|