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
- Host: GitHub
- URL: https://github.com/alwqx/dotfiles
- Owner: alwqx
- License: mit
- Created: 2017-02-06T12:08:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-20T16:55:49.000Z (about 1 year ago)
- Last Synced: 2025-05-20T17:55:05.926Z (about 1 year ago)
- Topics: dotfiles, git, vim, zsh
- Language: Shell
- Size: 66.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)