Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jjdonov authored Sep 9, 2022
1 parent c1a42a5 commit 166276c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Config

Dotfile management originally based on [an Atlassian guide](https://www.atlassian.com/git/tutorials/dotfiles) and further inspired by [a Gitlab article](https://about.gitlab.com/blog/2020/04/17/dotfiles-document-and-automate-your-macbook-setup/).

## Setup

* Install iTerm2
* [Pull the bootstrap shell file from gist](https://gist.github.com/jjdonov/62ca29862980857023bed6399c6bdd5b)
* Execute the script
* `cd ~/setup`
* `sh setup-brew.sh`
* `brew bundle`
* Add fnm to .zprofile
* `fnm install --lts1
* `sh setup-vim-plug.sh`
* `nvim` and then `:PlugInstall`
* `sh setup-powerline-fonts.sh`
* `sh setup-prezto.sh`
* `sh setup-iterm.sh`

0 comments on commit 166276c

Please sign in to comment.