Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wwj718/wwj_dotfiles
https://github.com/wwj718/wwj_dotfiles
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wwj718/wwj_dotfiles
- Owner: wwj718
- Created: 2015-03-13T01:32:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T01:38:23.000Z (over 9 years ago)
- Last Synced: 2023-08-04T13:49:55.405Z (over 1 year ago)
- Language: Shell
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#dotfile 使用规则
```
cd ~/
rm -rf .vimrc .zshrc #首先删除自身机器上原有的dotfiles
mv .vimrc ~/dotfile/.vimrc
mv .zshrc ~/dotfiles/.zshrc
ln -s ~/dotfiles/.vimrc .vimrc
ln -s ~/dotfiles/.zshrc .zshrc
```可以看出核心便是软连接