scozv / dotfiles

The Collection of dotfiles in Linux
0 stars 0 forks source link

.files in Lubuntu

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)做关联。

Before vimrc

Install pathogen.vim before using vimrc.

And here is list of bundles managed by pathogen.vim:

Initialize the environment of dotfiles

git clone
cd ~/dotfiles
chmod +x init.sh
./init.sh

List

The dotfiles contain:

目前托管了如下的配置文件:

File or folder 文件(夹) Description 简介
bashrc Bash configuration 天天用,必备设置
gitconfig Git global setting 配置了一些常用Git命令
vimrc
vim/
atom/

References