Just all the dot files I use day-to-day.
Features vary by which OS these are being installed to.
- ZSH install, with a custom theme
- VIMRC configured with various plugins. Overrides or customizations for the local machine can be made within a
~/.vimrc.local
file. - TMUX configured including a fix for 256 color mode
- RubyGems configured to not download docs (faster installs)
- Bash configured to load zsh.
- Custom aliases and shortcuts are configured in a
.localrc
file
- Custom aliases and shortcuts are configured in a
$ ./osx/install.sh
I think this will work? I've not setup a windows machine in a while...
$localProfile = $(Get-ChildItem -Path "$(Get-Location)" -Filter profile.ps1 -Recurse | Select-Object -ExpandProperty FullName)
"& $localProfile " > $PSHOME\Profile.ps1