Skip to content

Commit

Permalink
update gitconfig. remove default user
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankatliarchuk committed Sep 12, 2020
1 parent 8c51c1c commit ee6837d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ These scripts are meant to run only on OS X
- [X] Install powerline fonts
- [X] wgetrc & curlrc
- [X] Pyenv correct setup

- [ ] Move from NVM to NODENV
- [ ] Move shell to same dir
- [ ] Tmux configs Setup/Document
- [ ] Mac setu pfrom here https://github.com/bitwolfe/dotbot#activity-monitor
Expand All @@ -163,7 +163,7 @@ These scripts are meant to run only on OS X

<!-- START makefile-doc -->
```
$ make help
$ make help
Usage: make [target] [VARIABLE=value]
Targets:
install-local Install locally
Expand All @@ -174,7 +174,7 @@ vm-up Run on Mac. Up
vm-dowm Run on Mac. Down
ignore-dirty Ignore dirty commits
install-deps Install dependencies
git-module-remove Remove submodule MODULE=something
git-module-remove Remove submodule MODULE=something
```
<!-- END makefile-doc -->

Expand Down
10 changes: 5 additions & 5 deletions git/gitconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[user]
name = no-name
initals = legend
username = not-set
email = __redacted_to_stop_spam_scrapers__@gmail.org
# [user]
# name = no-name
# initals = legend
# username = not-set
# email = __redacted_to_stop_spam_scrapers__@gmail.org

[apply]
# Detect whitespace errors when applying a patch
Expand Down
3 changes: 3 additions & 0 deletions shell/manage-node
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
# https://raw.githubusercontent.com/ivankatliarchuk/dotfiles/master/shell/manage-nvm

export NODE_VERSION=14.3.0

# https://github.com/denysdovhan/spaceship-prompt/issues/753
# https://github.com/nodenv/nodenv

0 comments on commit ee6837d

Please sign in to comment.