https://github.com/quark-zju/dotfiles
quark_zju's dotfiles
https://github.com/quark-zju/dotfiles
Last synced: about 1 month ago
JSON representation
quark_zju's dotfiles
- Host: GitHub
- URL: https://github.com/quark-zju/dotfiles
- Owner: quark-zju
- Created: 2012-04-11T20:47:40.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T04:55:05.000Z (2 months ago)
- Last Synced: 2025-04-04T02:41:27.413Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 580 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here is some of my ([quark\_zju](https://twitter.com/Quark_zju)'s) dotfiles.
About
=====
I use zsh, gvim, ruby, i3, git ....You may find these dotfiles useful if you use these tools as well.
Any comments are welcome :p
Usage
=====
Feel free to copy and edit these files.`update_home.sh` updates non-existed or out-dated dotfiles in home.
If conflicts (home version is newer and different) are found,
nothing will be written but filenames are printed.Notes
=====
vim
---
* I use [Vundle](https://github.com/gmarik/vundle) to manage vim packages.
For Vundle to work properly, `git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/Vundle.vim`
* To install vim packages, start vim then `:BundleInstall`
* To enable UltiSnips builtin snippets:
`cd ~/.vim/ && ln -s bundle/ultisnips/UltiSnips snippets_basic`fonts
-----
* Default UI font is Droid Sans. It contains CJK and Thai characters.
* Default monospace font is JetBrains Mono.