Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok authored Oct 4, 2023
1 parent 0d538d7 commit 122b171
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# vimrc
Just my ~/.vimrc file...
My ~/.vimrc config

just in case backup current local .vimrc config

```bash
cp -Rfv $HOME/.vimrc $HOME/.zshrc-$(date +%Y-%m-%d)-backup
```

install new .vimrc file

```bash
curl -sS https://raw.githubusercontent.com/daggerok/vimrc/main/.vimrc >> $HOME/.vimrc
```

or manually add necessary configuration

```bash
echo '
Expand Down

0 comments on commit 122b171

Please sign in to comment.