This is a management collection of dotfiles
in Lubuntu.
Read my post on dotfiles
(Link).
All of files in ~/dotfiles
have no dot notation.
这个项目托管了Lubuntu下面的很多配置文件,
通常这些配置文件(夹)都以点号.
作为前缀。
我在一篇文章中专门提到了dotfiles
(链接) 。
在项目中,所有的文件都去掉点号,我们通过文件链接的方式(参考init.sh
)做关联。
Install pathogen.vim
before using vimrc.
And here is list of bundles managed by pathogen.vim
:
- vim-easymotion
git clone
cd ~/dotfiles
chmod +x init.sh
./init.sh
The dotfiles contain:
目前托管了如下的配置文件:
File or folder 文件(夹) | Description 简介 |
---|---|
bashrc | Bash configuration 天天用,必备设置 |
gitconfig | Git global setting 配置了一些常用Git命令 |
vimrc | |
vim/ | |
atom/ |
- Using Git and Github to Manage Your Dotfiles by Michael Smalley
- Text Editor for Scala on Stackoverflow.com
- Enclose word in tag on Stackoverflow.com
- Altering SBT Repository by freewind
- Show Current Git Branch in PS1 by Robert Hennig
- Special Characters in Bash on tldp.org
- Show Current Git Status in PS1 on bramschoenmakers.nl
- Replace
gitk
withgit k
from xujihui1985/dotfiles