Compare commits

...

2 Commits

2 changed files with 12 additions and 5 deletions

View File

@ -4,6 +4,8 @@
dfp=$(cd "$(dirname "${BASH_SOURCE[0]}" )/.." && pwd) dfp=$(cd "$(dirname "${BASH_SOURCE[0]}" )/.." && pwd)
source "${dfp}/env/common/setup_helpers.bash" source "${dfp}/env/common/setup_helpers.bash"
export DOTFILES_PATH="${DOTFILES_PATH:-$dfp}"
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
test ! -d "$HOME/.env" && "$dfp/bin/choose-common-env" test ! -d "$HOME/.env" && "$dfp/bin/choose-common-env"
INTERACTIVE=1 INTERACTIVE=1
@ -33,8 +35,6 @@ links=(
# text editor files # text editor files
"apps/neovim/" "$XDG_CONFIG_HOME/nvim" "apps/neovim/" "$XDG_CONFIG_HOME/nvim"
"apps/neovim/" "$HOME/.vim"
"apps/neovim/init.vim" "$HOME/.vimrc"
"env/common/colors/vim" "$XDG_CONFIG_HOME/nvim/colors/base16-donokai.vim" "env/common/colors/vim" "$XDG_CONFIG_HOME/nvim/colors/base16-donokai.vim"
"apps/emacs/" "$HOME/.emacs.lytedev" "apps/emacs/" "$HOME/.emacs.lytedev"
@ -47,7 +47,6 @@ links=(
"apps/de/waybar/" "$XDG_CONFIG_HOME/waybar" "apps/de/waybar/" "$XDG_CONFIG_HOME/waybar"
# irc files # irc files
"apps/irssi/" "$HOME/.irssi"
"apps/weechat/" "$HOME/.weechat" "apps/weechat/" "$HOME/.weechat"
# qutebrowser config files # qutebrowser config files

View File

@ -29,19 +29,27 @@ curl -s -L https://git.lyte.dev/lytedev/dotfiles/raw/branch/master/bin/init-dotf
# To Do # To Do
+ Hibernation and proper automatic power controls + 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`** + **Learn to use `journalctl`**
+ Fix sway workspaces on desktop + Fix sway workspaces on desktop?
+ Neovim LSP + Neovim LSP
+ Move to NixOS (WIP) or Guix? Declarative is the future! + Move to NixOS (WIP) or Guix? Declarative is the future!
+ Better/more secure remote management configuration in dotfiles? [1][1] + Better/more secure remote management configuration in dotfiles? [1][1]
+ Setup network file share? + Setup network file share?
+ Home VPN
+ Add vim in the terminal as the handler for many MIME types (xdg-open and such) + 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 for the rare time I'm in a file manager or for opening easily from
the browser. the browser.
+ This goes for navigating "into" a file in `nnn`
+ Unify all the common variables... somehow? (and use templates and `envsubst`?) + Unify all the common variables... somehow? (and use templates and `envsubst`?)
+ [Vimux](https://github.com/benmills/vimux)? + [Vimux](https://github.com/benmills/vimux)?
+ Investigate systemd services that may help with various tasks (homed, etc.) + Investigate systemd services that may help with various tasks (homed, etc.)
+ Be more macOS friendly, since work may require that
[upstream]: https://git.faceless.lytedev.io/lytedev/dotfiles [upstream]: https://git.faceless.lytedev.io/lytedev/dotfiles