Giter Club home page Giter Club logo

dotfiles's Introduction

My dotfiles

###关于

此仓库存放的是一些linux常用的配置文件, 通过软链接建立与系统配置文件的联系(系统的相关配置文件通过软链接指向该仓库中的文件). 如 ~/.vimrc -> repo_path/vim/vimrc.

通过一个仓库管理这些配置文件的优势主要有:

  • 借助编写的shell脚本,可实现系统配置的快速部署.
  • 修改系统配置文件后,这些更改能直接反应到git工作目录中,借助git,可以高效地管理这些更改.
  • 依托GitHub等平台,实现配置备份与共享.

###配置列表

  1. zsh配置

    借助 oh-my-zsh 配置zsh

  2. tmux配置

    修改任务栏显示内容、快捷键等.

  3. vim 配置 参见fangwentong/vimrc

###安装

  1. clone本仓库到本地

    git clone https://github.com/fangwentong/dotfiles.git
    
  2. 更新子模块

    cd dotfiles
    git submodule update --init
    
  3. 开始安装

    搭建基本终端环境,使用

    sh install.sh [--with-gui]     # 若配置Ubuntu图形环境, 请加上参数 `--with-gui`
    
  4. 安装完成后,修改部分信息,得到自己的配置

  • 修改git/gitconfig中的邮箱和用户名

    git config --global user.name "你的名字"
    git config --glabal user.email "你的邮箱"
    

###更多

获取dotfiles的更多信息,可以访问http://dotfiles.github.io/

dotfiles's People

Contributors

fangwentong avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.