Coder Social home page Coder Social logo

rodrisan / .dotfiles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simonjbeaumont/.dotfiles

0.0 1.0 0.0 724 KB

:house_with_garden: Home directory bootstrap

Shell 17.83% Perl 6 3.16% CSS 0.62% Python 36.06% Vim Script 19.87% JavaScript 7.21% Haskell 15.26%

.dotfiles's Introduction

.dotfiles

Installation

$ git submodule init
$ git submodule update
$ python install.py --config install.yml
$ vi -c :VundleInstall -c :qall
$ source ~/.bash_profile

Customisation

The installation script is driven from a YAML configuration.

Simple symlinks

If you just wish to have a symlink to a file in your dotfiles repo:

~/desired/location/of/symlink: relative/path/to/file/in/repo

Templates

~/desired/location/of/symlink:
  template: relative/path/to/template/in/repo
  # list of substitutions to make
  subs:
    # replace occurences of "@@TO_REPLACE_STRING@@" with "REPLACE_WITH_STRING"
    - TO_REPLACE_STRING: REPLACE_WITH_STRING
    # entries in the list with no value will cause a prompt for the value
    - TO_PROMPT_STRING
    ...

Extra steps

$ cd ~/.vim/bundle/YouCompleteMe
$ ./install.py --clang-completer

For Mac:

The launchctl scripts for mutt (mbsync) need to be placed in ~/Library/LaunchAgents/ and then loaded:

$ cp ~/.mutt/macos/sjbx.*.plist ~/Library/LaunchAgents
$ launchctl load ~/Library/LaunchAgents/sjbx.*.plist

iTerm colors and macOS defaults script are in macos/ directory.

List of useful Homebrew packages aslo in the macos/ directory.

For Linux:

$ crontab ~/.mutt/linux/crontab-entries

.dotfiles's People

Contributors

flokli avatar jspricke avatar simonjbeaumont 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.