This repo is a starting point for using custom dotfiles (terminal / editor configuration) with GitHub Codespaces
In order to use this template,
- create a new repo from this template. Make it public and name it
dotfiles
. - Edit the files that you want to customize in
tmux.conf
,vimrc
, etc. - Push your changes to your
dotfiles
repo - Create a new codespace, and see your new dotfiles
- 🍾
Updated .vimrc and .zshrc to match my preferred settings.
This repo uses the wonderful Vim Plug tool to manage vim plugins. If you'd like to add plugins, simply add them between the opening and closing plug statements in the vimrc
file.