Git Product home page Git Product logo

dotfiles's Introduction

介绍

各种命令行工具的配置文件, 每次换电脑都重新配置, 太麻烦了

所以我写了这个项目, 一键安装一些软件和常用配置

依赖

因为自动安装的脚本都是通过 brew install * 来执行的, 所以必须先安装 homebrew

配置

  1. 链接: 所有配置文件都是通过 dotbot 来管理的, 建议先阅读文档
  2. 软件: 所有依赖的软件安装都在 install-dep.sh 中, 可以自己注释不需要安装的软件
  3. 配置: 所有的软件的配置都在 install.conf.yaml 中, 会创建软链接, 如果要修改配置文件名, 需要维护映射关系
  4. node: 在 install-dep 中也会安装一些node的包, 默认是注释的, 因为需要先安装 fnm 然后安装 node, 然后在安装手动这些包

安装

# 添加执行权限
chmod +x ./install

# 执行安装
./insall

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.