Giter Site home page Giter Site logo

dotfiles's People

Contributors

stevenbaker avatar

Watchers

 avatar  avatar

dotfiles's Issues

Improve LICENSE + README

  • LICENSE should get a simple update to include the author's name.
  • README.md should be improved with install instructions -- and shout outs to other dotfiles masters on github. ๐Ÿ‘

Initial commit of .vimrc

Need an initial commit of .vimrc with:

  • Usual values for common vim settings (tabstops, shiftwidth, etc.)
  • Conditional execution of pathogen (execute it if it exists on disk)
  • Conditional setting of jedi-vim options
  • NerdTree goodness

Add .bash_extras support

Mathias's original repo had a great notion of an "extras" file that would include anything you wanted to source into your BASH environment, but which would not go into the repo.

For example, things that were local to your particular system or which were sensitive. A good example here is your git user.name and user.emai.

The task here is:

  • add .bash_extras to the list of files to source in .bash_profile
  • add documentation to the README

Jedi-vim settings are not taking hold

Currently, .vimrc checks to see if jedi-vim is installed before setting properties on it. Something about this check is failing and jedi-vim properties are not being set.

Let's just remove the jedi-vim detection, since it will always be installed now anyway thanks to #24.

Update README with "git-free" installation

Currently, the README contains instructions that assume you have git installed. Most of the time, that will be the case. But for comprehensiveness, let's toss in some instructions for fetching the dotfiles repo with plain ole curl.

Add python to Brewfile

On Mac OS, most of my Python development will occur inside of a Vagrant VM, but for quick things where that's not desired or needed, let's have a better version of Python installed:

brew install python --with-brewed-openssl

Initial commit of .bashrc + .bash_profile

Should be fairly straightforward.

Functionality:

  • .bash_profile - Iterate over all .bash_* dotfiles, source them one by one
  • .bashrc - source ~/.bash_profile

Reminder:

  • .bash_profile - sourced when new BASH session started via a login
  • .bashrc - sourced when new BASH process kicks off without a login

Initial commit of .bash_prompt

Set the PS1 w/ git branch status.

Prompt should be formatted scp style to make copy + paste easy:

user@host:path[gitbranchstatus]$

In bootstrap.sh, do not perform a 'git pull'

Currently, bootstrap.sh does a git pull origin master from this repo before doing the rsync. But during development, changes are made on a different branch. As a result, bootstrap.sh becomes useless until you're all done.

Going forward, comment out the git pull origin master and just perform the rsync straightaway with whatever is in the current branch. This will makes bootstrap.sh callable again during dev.

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.