Giter VIP home page Giter VIP logo

dotfiles's People

Contributors

dleve123 avatar j6k4m8 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

golfymcg

dotfiles's Issues

Auto add origin remote for new branches

It's really annoying to have to do a git push -u origin <branch-name> for every new branch.

Is there a git setting that sets a branch's remote as origin by default? If not, is there another way to automate this?

Improve color scheme

– colors looks great within vim buffers
– colors don't look great on the vim command line
– colors don't look great with tmux (status bar is somewhat hard to read)

Get up some shell aliases for Aptible commands

  • aptible_staging_rc (rc for rails console)
  • aptible_staging_shell (for an ssh shell)

Should I even for aliases for production access? I feel like it's better/safer to make those commands require thought at each invocation of them....

Homebrew Cask

My computer is acting funky - it might be prudent to start the packaging process of the OS X apps into homebrew cask.

Level Up NERDTree Skills

  • Manage Files Better (remove, rename, etc)
  • Access NERDTree from vim (James used "" to access from vim)

Improve color scheme

  • colors looks great within vim buffers
  • colors don't look great on the vim command line
  • colors don't look great with tmux (status bar is somewhat hard to read)

Can't Load Vundle.vim

Hey Dan!

I'm trying to copy your style because you're mad fly and your dotfiles are causing me woes!

In particular, I'm receiving an error with respect to the RTP and Vundle.vim:

.vimrc

" Vim Plugin Management with Vundle
" ===== START =====
set rtp+=~/dotfiles/vim/bundle/Vundle.vim
call vundle#begin()

Error when opening Vim

Error detected while processing /Users/alexandervilla/.vimrc:
line    7:
E117: Unknown function: vundle#begin

However, when I install Vundle per their README at ~/.vim rather than trying to access it via ~/dotfiles

Execute per the Vundle README:

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

.vimrc changed to:

" Vim Plugin Management with Vundle
" ===== START =====
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

It works perfectly!

I feel like I'm missing something obvious...

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.