Skip to content

Commit

Permalink
notes on dotfile mgmt and nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 8, 2023
1 parent b9bf601 commit 98247bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .functions
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,12 @@ todatauri () {
}


# lazy initialize nvm
##
# lazy initialize nvm, rvm, miniconda
# https://news.ycombinator.com/item?id=33582219
# Alternatives:
##

# npm alternatives:
# * i kinda like volta more but i forget it.
# * https://github.com/Schniz/fnm also exists.
# * https://asdf-vm.com/ has lots of fans. i want to try it.
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ Rust folks have made a few things that are changing things.
- https://github.com/ogham/exa is better `ls` and gets all the trapd00r/LS_COLORS stuff etc.
- https://github.com/bigH/git-fuzzy interactive git thing. deprecates my `git recent` script. and probably some other things.

Also I'd like to migrate to using homesick or https://www.atlassian.com/git/tutorials/dotfiles
### Dotfiles mgmt todo
Also I'd like to migrate to using one of these:
- homesick or
- https://www.atlassian.com/git/tutorials/dotfiles
- https://github.com/nix-community/home-manager
- https://www.chezmoi.io/

also interested in https://github.com/dandavison/open-in-editor

0 comments on commit 98247bf

Please sign in to comment.