Code Monkey home page Code Monkey logo

ash's Introduction

ash

Restore your dotfiles, bash environment and configurations.

Build your directory structure.

  • Fork it, clone, copy your dotfiles to ash/conf/home/ without leading dot.
     # Fork this repo
     # Clone forked repo
     git clone [email protected]:username/ash
     # Choose dotfiles you want to backup.
     # For example, .fun, .env, .screenrc, .inputrc, .gitconfig, .vimrc, etc.
     dotfiles='.fun .env .screenrc .inputrc .gitconfig .vimrc'
     for i in dotfiles
     do
     	cp -a ~/$i ash/conf/home/${i#.}
     done
  • Write your envs in ash/conf/home/env
  • Write you functions in ash/conf/home/fun
  • Write your local envs in ~/.env.local
  • Write you local functions in ~/.fun.local
  • Commit and push

Restore on other linux.

# For brand new
$ git clone https://github.com/username/ash
# Hard link all files in ash/conf/home to your home dir
$ ash/a.sh -L

# For updating
$ cd ash
$ git pull
# githook post-merge will do the rest

Have modified your dotfiles?

# Let's say ~/.fun
# Don't forget it's a hark link to ash/conf/home/fun
$ cd ash
# Commit changes
$ git add conf/home/fun
$ git commit -m 'added foo() in fun'
$ git push

# New codes in ~/.{env,fun,ali} need to be exported
$ # exit screen or tmux
$ rl
$ screen # tmux

Suggestion

# Change dir of githooks so git can track them
$ g config --global core.hooksPath .githooks/

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.