Skip to content

Commit

Permalink
Update README with more instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
avietrov committed Nov 17, 2022
1 parent 9a217bd commit 9465a8b
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
# My dotfiles

## Manual Steps
### nvim
## New Machine Setup
Setup brew:
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

Setup Dotbot
```
mkdir ~/.config
pip3 install dotbot && python3 -m dotbot -c install.conf.yaml
```

Install all the things:
```
HOMEBREW_BUNDLE_FILE='~/.config/Brewfile' brew bundle
```

## nvim

* Setup Packer: https://github.com/wbthomason/packer.nvim#quickstart
### git

## git
I split gitconfig in two files to allow different global user settings on different machines (work, personal).

The common config is available in this in this repo and can be used like this:
```
[user]
email = <email goes here>
name = <name goes here>
email = <email goes here>
name = <name goes here>
[include]
path = <path this repo>/gitconfig_common
```
Expand Down

0 comments on commit 9465a8b

Please sign in to comment.