Git Product home page Git Product logo

dotfiles's Introduction

Obligatory Dotfile Repo

Nothing super crazy going on here, but some sensable vim and tmux configs.

Note to iterm

Iterm nightly is a must. Or any terminal that supports true colors.

Once installed, click on the iterm color config in config/colors to add oceanicNext

NeoVim

I've moved over to neovim completely. It still has it's problems here and there, but its pretty stable for the most part.

Anyways, neovim has support for true colors, so that flag is turned on. Some key plugins for neovim are:

Vim-Airline

vim-airline is much lighterweight, intergrates with a bunch of plugins I already have, and is eaiser to set up.

call dein#add('vim-airline/vim-airline')

Anything by Shougo

The guy is big in the vim/neovim community and his plugins are top notch. Hell, even my plugin manager is made by him. If he ever sees this, thanks Shougo!

Code completion for typescript. This is a must for me.

# install typescript
npm -g install typescript
call dein#add('Shougo/deoplete')
call dein#add('mhartington/deoplte-typescript')

It may take a bit on first startup or with a large project, but that's typescript's fault...not mine.

This is really optional and over the top, but it adds icons to your file tree (if using nerdTree). So over the top....I need it.

I use Source Code Pro for my fonts, maybe you do too. But we're using powerline here folks, so we need some patched fonts.

https://github.com/ryanoasis/nerd-fonts

Install one of these fonts and you should be good to go. Don't forget to set your terminal font to that font as well.

Tmux

So if you can tell by now, I'm set on using true colors....everywhere.

You can run brew install tmux --head and get all the colors for iterm nightly.

Tmux powerline

My status bar for tmux is custom, only using a few plugins for battery charge and memory usage. Was a nice experiment with the tmux API. Also it uses powerline symbols, which should be covered.


I think that's it, probably missed a few things here and there or spelled something wrong. This is more for my own sake when setting up a new machine so I can figure out what the fuck is actually going on.

Install

Note this install is if you have a new machine, and need everything setup. For that, I sugguest

curl https://cdn.rawgit.com/mhartington/dotfiles/master/install.sh | sh

If you already have things like git, homebrew,node etc installed, then here have a cookie and sit back. You should just be able to just run these few lines.

brew tap thoughtbot/formulae
brew install rcm
git clone https://github.com/mhartington/dotfiles.git ~/.dotfiles
cd $HOME
rcup

##Inspiration

dotfiles's People

Contributors

mhartington 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.