I-Iugo / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About


Languages

Language:Shell 66.2%Language:Vim Script 30.2%Language:Ruby 3.6%