Compare commits

..

No commits in common. "6667151f6f6e84c1ec675df93608bccfe2256f63" and "44d5045060012936f531b63f556ec04d347f6ee3" have entirely different histories.

2 changed files with 5 additions and 12 deletions

View File

@ -4,8 +4,6 @@
dfp=$(cd "$(dirname "${BASH_SOURCE[0]}" )/.." && pwd)
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"
INTERACTIVE=1
@ -35,6 +33,8 @@ links=(
# text editor files
"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"
"apps/emacs/" "$HOME/.emacs.lytedev"
@ -47,6 +47,7 @@ links=(
"apps/de/waybar/" "$XDG_CONFIG_HOME/waybar"
# irc files
"apps/irssi/" "$HOME/.irssi"
"apps/weechat/" "$HOME/.weechat"
# qutebrowser config files

View File

@ -29,27 +29,19 @@ curl -s -L https://git.lyte.dev/lytedev/dotfiles/raw/branch/master/bin/init-dotf
# To Do
+ 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?
+ Hibernation and proper automatic power controls
+ **Learn to use `journalctl`**
+ Fix sway workspaces on desktop?
+ 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
[upstream]: https://git.faceless.lytedev.io/lytedev/dotfiles