Home

Awesome

mydotfiles by Remiii

About

mydotfiles

Fork me on GITHUB https://github.com/Remiii/mydotfiles

Screen shot - VIM<br /> Screen shot of VIM.

Screen shot - ZSH<br /> Screen shot of ZSH.


Requirments

Install Term

On OSX

Install iTerm2

iTerm2

Install new Fonts

Menlo Powerline fonts

Install Solarized for iTerm2

Solarized for iTerm2 part of the Solerized project.

Install Solerized for files

Solarized for files Marks: think to add config in the Shell config (.zshrc...).


Install Dotfiles

Global

$ git clone git@github.com:Remiii/mydotfiles.git
$ git submodule update --init

In order to update submodule : $git submodule update

Install bin part

$  ln -s ~/documents/mydotfiles/bin/.bin ~/.bin

Install VIM part

Create this link

$ ln -s ~/documents/mydotfiles/vim/pathogen/autoload/ ~/documents/mydotfiles/vim/.vim/autoload

Duplicate every files in the good path (eg. vim/.vimrc in ~/.vimrc)

$ ln -s ~/documents/mydotfiles/vim/.vimrc ~/.vimrc
$ ln -s ~/documents/mydotfiles/vim/.vim/ ~/.vim

Install Tmux

Setup Tmux

$ sudo apt-get install tmux

Create this link

$ ln -s ~/documents/mydotfiles/tmux/.tmux.conf ~/.tmux.conf
$ ln -s ~/documents/mydotfiles/tmux/.tmux ~/.tmux
$ ln -s ~/documents/mydotfiles/tmuxinator/.tmuxinator ~/.tmuxinator

If you want update your ColorTheme

$ cat ~/.tmux/tmuxcolors-256.conf >> ~/.tmux.conf

Install Irssi

Create this link

$ ln -s ~/documents/mydotfiles/irssi/.irssi/ ~/.irssi

Install ZSH part

Setup ZSH

$ sudo apt-get install zsh
$ chsh -s /bin/zsh

Create this link

$ ln -s ~/documents/mydotfiles/zsh/oh-my-zsh/templates/zshrc.zsh-template ~/documents/mydotfiles/zsh/.zshrc

Custom the file: zsh/oh-my-zsh/templates/zshrc.zsh-template

$ vim ~/documents/mydotfiles/zsh/oh-my-zsh/templates/zshrc.zsh-template

Update path, theme add plugins and made some customs.

Modif path in the file
ZSH=$HOME/documents/mydotfiles/zsh/oh-my-zsh
Customize plugins
plugins=(lol git symfony2 github composer debian gnu-utils brew vagrant)
Customize to your needs...
eval `dircolors ~/documents/mydotfiles/zsh/dircolors-solarized/dircolors.256dark`
Sample
#Path to your oh-my-zsh configuration.
ZSH=$HOME/documents/mydotfiles/zsh/oh-my-zsh

# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="remiii"

# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"

# Set to this to use case-sensitive completion
# CASE_SENSITIVE="true"

# Comment this out to disable bi-weekly auto-update checks
# DISABLE_AUTO_UPDATE="true"

# Uncomment to change how many often would you like to wait before auto-updates occur? (in days)
# export UPDATE_ZSH_DAYS=13

# Uncomment following line if you want to disable colors in ls
# DISABLE_LS_COLORS="true"

# Uncomment following line if you want to disable autosetting terminal title.
# DISABLE_AUTO_TITLE="true"

# Uncomment following line if you want red dots to be displayed while waiting for completion
# COMPLETION_WAITING_DOTS="true"

# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(lol git symfony2 github composer debian gnu-utils brew vagrant)

source $ZSH/oh-my-zsh.sh

# Customize to your needs...
eval `dircolors ~/documents/mydotfiles/zsh/dircolors-solarized/dircolors.256dark`
alias vma='cd ~/aa;vagrant up;ssh website@127.0.0.1 -p 10022'

alias cl='clear'

Duplicate every files in the good path (eg. ~/.zshrc)

$ ln -s ~/documents/mydotfiles/zsh/.zshrc ~/.zshrc

Add remiii.zsh-theme

remiii.zsh-theme (see: remiii.zsh-theme) is based on agnoster.zsh-theme (see: agnoster.zsh-theme).

ln -s ~/documents/mydotfiles/zsh/remiii.zsh-theme/remiii.zsh-theme ~/documents/mydotfiles/zsh/oh-my-zsh/themes/remiii.zsh-theme
ZSH_THEME="remiii"

Install Git

$ ln -s ~/documents/mydotfiles/git/.gitconfig ~/.gitconfig

Install AWS Cli

$ ln -s ~/documents/mydotfiles/aws/ ~/.aws

Update

$ git submodule update

$ cd toSubmoduleDir
$ git pull

Informations

VIM Part

Some info in the Cheat sheet file (see Cheat-sheet_Vim.md).

Plugin list

ZSH Part

Pentadactyl

$ ln -s ~/documents/mydotfiles/pentadactyl/.pentadactyl/bundle/pentadactyl-solarized/colors/solarized-*.penta ~/documents/mydotfiles/pentadactyl/.pentadactyl/colors/.
$ ln -s ~/documents/mydotfiles/pentadactyl/.pentadactyl/ ~/.pentadactyl
$ ln -s ~/documents/mydotfiles/pentadactyl/.pentadactylrc ~/.pentadactylrc

Mutt

$ ln -s ~/documents/mydotfiles/mutt/.muttrc ~/.muttrc

Powerline

Follow this instruction: http://askubuntu.com/questions/283908/how-can-i-install-and-use-powerline-plugin

See also

See also Gloabl part

For more information see this articles:

See also VIM part

For more information see this articles:

See also ZSH part

For more information see this articles:

See also AWS Cli part

For more information see this articles:

See also Pentadactyl

For more information see this articles:


License

mydotfiles is licensed under the MIT license (see LICENSE.md file).


Author

@Remiii