https://github.com/zhanba/dotfiles
https://github.com/zhanba/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhanba/dotfiles
- Owner: zhanba
- Created: 2017-03-25T06:47:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T08:56:26.000Z (over 1 year ago)
- Last Synced: 2025-02-04T09:34:10.734Z (over 1 year ago)
- Language: Vim Script
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## vim on fedora
https://fedoramagazine.org/add-power-terminal-powerline/
```bash
ln -sf ~/path/to/your/dotfile ~/.vimrc
```
## Gvim on windows
```bash
git clone repo
# in Administrator mode
cd $HOME
mklink _vimrc dotfiles/_vimrc
```
## eslint
```bash
npm install -g eslint
npm install -g babel-eslint
npm install -g eslint-plugin-react
```
put .eslintrc.json in your project root or
```
cd $HOME
mklink .eslintrc.json dotfiles/.eslintrc.json
```
## git
.gitignore
## tern
put .tern-config in ~/home or make a link
.tern-project in project root
## npm
just set proxy
put .npmrc in your ~/home, or you can make a link
## pip
on windows, put pip directory on ~/home, or make a link
```bash
# Creates a directory symbolic link.
mklink /d pip dotfiles\pip
```