Giter Site home page Giter Site logo

dotfiles's Introduction

Gonsie’s homedir settings files

These files are organized by type. Using the synch.sh script, local changes can be pulled. Private info is stored in the ~/.extra file on each local machine. Sorce’d by bash.

Setup

All config files are located in ~/.config/ directory and are grouped into sub-directories by type. From here, all dot file expected in different locations by the operating system are sym-linked. These are listed in the links file of each directory.

Dot file symlinks

  • ~/.bash_profile
  • ~/.bashrc
  • ~/.inputrc
  • ~/.ssh/config
  • ~/.gitconfig
  • ~/.emacs
  • ~/.zshrc

Installation

Get the git repo, then update homedir

git clone [email protected]:gonsie/dotfiles.git
cd dotfiles
./synch.sh

Or install without git (does this still work??)

cd; curl -#L https://github.com/gonsie/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README,synch.sh}

Inspiration stolen from

Other dotfile repositories

Emacs addons

.extra file example

# local exports
export [email protected]
export CDPATH=".:..:~:~/Documents/School/Rensselaer/"

# local git settings
GIT_AUTHOR_NAME="Elsa"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL="[email protected]"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"

Setting up a new machine

There are two kinds of new machines:

  • Brand-new front end systems
  • SSH-accessable servers

New front end systems require additional applicaitons and manual preference configuration. See the NewSystem.md file for more details.

dotfiles's People

Contributors

gonsie avatar

Watchers

 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.