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

https://github.com/alwqx/dotfiles

automatic config vim,zsh,etc
https://github.com/alwqx/dotfiles

dotfiles git vim zsh

Last synced: 5 months ago
JSON representation

automatic config vim,zsh,etc

Awesome Lists containing this project

README

          

# dotfiles

A tool for configing vim,zsh,etc

## Usage
- clone repo
```
git clone https://github.com/adolph/dotfiles
```

- update submodules
```
git submodules update --init
OR
make submodules
```

- vim
```
make vim
```

- zsh
```
make zsh
```

- git
```
make git
```

- vscode
```
make vscode
```

- libinput gestures
```
make lg
```

- redshift
```
make redshift
```

## zsh 启动慢优化
1. 检查慢的原因 https://zhuanlan.zhihu.com/p/68303393
2. 分析与优化措施 https://cloud.tencent.com/developer/article/1678315

## Reference
- [git submodule](http://blog.csdn.net/wangjia55/article/details/24400501)
- [hit9/dotfiles](https://github.com/hit9/dotfiles)
- [amix/vimrc](https://github.com/amix/vimrc)
- [robbyrussell/oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)