all repos

dotfiles @ 734af357dd5f5f421f45ea8e7b330a2a19a1b11a

my dotfiles
mode size name
drwxrwxrwx 377 config/
drwxrwxrwx 363 scripts/
-rw-r--r-- 610 README.md
-rw-r--r-- 195 bashrc
-rw-r--r-- 461 gitconfig
-rw-r--r-- 400 gitignore_global
-rw-r--r-- 1617 install.sh
-rw-r--r-- 57007 tmux.conf
-rw-r--r-- 9249 tmux.conf.local
-rw-r--r-- 2565 vimrc
-rw-r--r-- 1361 zshrc

Dot files

Config for

  • Git
  • Vim
  • Bash
  • Tmux
  • Zsh

Install

Install oh my zsh

sudo pacman -S git curl zsh # Arch/Mnjaro
sudo apt-get install git curl zsh # Debian/Ubuntu/Mint
curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)
chsh -s $(which zsh)

Install config

git clone https://github.com/Smirnov-O/dotfiles
cd dotfiles
bash install.sh

Install plugin in vim

vim +source~/.vimrc +PlugInstall

Screen-shot


Oh my ZSH

Oh my Tmux