You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove yarn from install script, it's installed through corepack now ✨
replicate prompt via ohmyzsh theme
add current node version
replace working directory clean/dirty/etc symbols and colors
Old computer, backup working directories/folders
Downloads
Desktop
...?
prompt screenshot
Notes
ohmyzsh should be installed before nvm
When installing ohmyzsh, it overrides the .zshrc file. I had previously installed nvm which modifies the .zshrc. After installing ohmyzsh nvm no longer worked, had to manually copy the path snippet over again.
Maybe simplify application list/install
homebrew installing all the apps is cool, but there's quite a few that don't formally support homebrew install paths
Manually created symlinks, these need to be updated to no longer include the bash files.
If you setup the gh github cli, as part of authenticating it will add your ssh key to your github account. These docs need to be followed though so that you don't have to enter the passphrase every time you interact with github (pulling, pushing, etc)
.zshrc needs added to the list of files to be symlinked
many of the prefs are out of date and should be revisited/removed
nvm stable isn't usually what we want, it should instead be the current LTS
2022
New computer, time to revise
Checklist
.zshrc
the best place for this, or another convention?prompt screenshot
Notes
.zshrc
. After installing ohmyzsh nvm no longer worked, had to manually copy the path snippet over again.ln -fs ~/dev/dotfiles/git/gitattributes ~/.gitattributes
ln -fs ~/dev/dotfiles/git/gitconfig ~/.gitconfig
The text was updated successfully, but these errors were encountered: