Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moimikey/dotfiles

My dot files, ie, my one dotfile with an obscene amount of aliases that I've memorized...
https://github.com/moimikey/dotfiles

bash config dotfiles git npm shell zsh zshell zshrc

Last synced: 27 days ago
JSON representation

My dot files, ie, my one dotfile with an obscene amount of aliases that I've memorized...

Awesome Lists containing this project

README

        

# .dotfiles

# Install
```
npm --global config set save-prefix ""
npm --global config set progress false
npm --global config set init.version "0.1.0"
npm --global config set init.license "MIT"
npm --global config set init.author.email "[email protected]"
npm --global config set init.author.name "Michael Scott Hertzberg"
npm --global config set init.author.url "https://hertzber.gs"
npm --global config set editor "vim"
git config --global user.name "Michael Scott Hertzberg"
git config --global user.email "[email protected]"
git config --global --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*"
git config --global pager.diff "diff-so-fancy | less --tabs=1,5 -RFX"
git config --global pager.show "diff-so-fancy | less --tabs=1,5 -RFX"
git config --global commit.gpgsign true
```

# Autocompletion
```
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
plugins+=(zsh-autosuggestions)
```

# Optional
```
curl https://sh.rustup.rs -sSf | sh
```