Code Monkey home page Code Monkey logo

dotfiles's Introduction

Vim neovim

Clone dotfiles repository where you want.

Run very basic scripts zsh_installer.sh & vim_installer (or nvim_installer.sh).

vim or nvim script will install tmux conf.

  • These script add support for Byobu (Tmux wrapper). Byobu can be easily installed then launch byobu-ctrl-a and select Screen mode, launch byobu-select-backend and select tmux.
# Install ZSH
$ chsh -s /bin/zsh
$ curl -L http://install.ohmyz.sh | sh
$ dotfiles/zsh_install.sh

# Install Vim & TMux
$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/vundle
$ dotfiles/vim_install.sh

$ vim +BundleInstall

Font installation (Airline-Powerline)

Links

Tutorial

vim-instant-markdown installation

Go to vim-instant-markdown repository and see installation dependencies.

vim-ruby-xmpfilter

For this feature, install rcodetools gem:

$ gem install rcodetools

Ctags

Installation

$ sudo apt-get install exuberant-ctags

GoLang

  • Add in ~/.gorc the following lines:
# Export packages directory (libraries)
export GOPATH="${HOME}/workspaces/golang"
export PATH=$PATH:$GOPATH/bin

alias gi='goop install'
alias gg='goop go'
alias ggr='goop go run'
alias ge='goop exec'

dotfiles's People

Contributors

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