Skip to content

fvosberg/dotfiles

Repository files navigation

Installation

  1. Install rcm
  2. Clone this repo to ~/.dotfiles
  3. Change to ~/.dotfiles
  4. git submodule init
  5. git submodule update

At the first setup you have to initialize the dotfiles with rcm

env RCRC=$HOME/.dotfiles/rcrc rcup

If you just updated

rcup

Updates

  1. Change to ~/.dotfiles
  2. git pull origin master
  3. git submodule update
  4. rcup

Installation steps for Neovim

  1. Install python3
  2. Upgrade pip
  3. Install neovim python package via pip. pip3 install neovim
  4. Install neovim via homebrew brew install neovim/neovim/neovim
  5. :VimProcInstall CC=clang for vimproc
  6. :UpdateRemotePlugins in Neovim
  7. npm install -g jshint
  8. brew install php-code-sniffer
  9. ```npm install -g js-yaml``

Maybe you have to install the powerline patched fonts for OSX and select one of them for your terminal.

TODOS

  • Move dotfiles in a subdirectory to separate them from themes, fonts, ...
  • Comment Plugin for VIM
  • Warn lines exceeding 80/120 characters
  • Snippet Plugin wich works with deoplete
  • Lint self enclosed script tags
  • Linting for SCSS coding guidelines not only errors
  • Linting for CSS coding guidelines not only errors
  • Semantic completion for JavaScript
  • Semantic navigation for PHP
  • Semantic completion for ruby
  • Semantic navigation for ruby
  • Rails plugin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published