Git Product home page Git Product logo

dots's Introduction

Dots

dot files, setup notes, reminders, install lists, and various other items to try and make things easier.

Use

Make backups of any local files you want to keep before removing & linking to dots.

Note: link paths assume you've cloned this repo to ~/.dots Adjust as needed for other install points.

Setup bash profile

$ rm ~/.bash_profile
$ ln -s ~/.dots/bash/bash_profile ~/.bash_profile
$ ln -s ~/.dots/bash/dir_colors ~/.dir_colors
$ source ~/.bash_profile

Note: You may want to use .profile in place of .bash_profile

Setup Vim

$ rm ~/.vimrc
$ ln -s ~/.dots/vim/vimrc ~/.vimrc
$ ln -s ~/.dots/vim/colors/ ~/.vim/colors

Setup Git

$ rm ~/.gitconfig
$ rm ~/.gitignore_global
$ ln -s ~/.dots/git/gitconfig ~/.gitconfig
$ ln -s ~/.dots/git/gitignore_global ~/.gitignore_global
$ ln -s ~/.dots/git/commit_template ~/.git_commit_template

Note: If git autocomplete isn't working check for /usr/local/etc/bash_completion, if it's missing: run $ ln -s /usr/local/etc/bash_completion.d/git-completion.bash /usr/local/etc/bash_completion

Setup Git User

Copy the gituser template file and update as needed.

$ cp ~/.dots/git/gituser_template ~/.gituser

Setup Homebrew (macOS)

$ brew tap homebrew/bundle
$ brew bundle --file=~/.dots/homebrew/Brewfile

Alfred Workflows

  • Lorem Generator - Generates lorem ipsum string of specified character length.

Note: Lorem Generator requires brew package lorem. $ brew install lorem

License

Everything in this repo is licensed under the GPL v2.

dots's People

Contributors

benbridge avatar chrislarrycarl avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

benbridge

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.