rach linux
Find a file
2020-10-16 22:55:26 +03:00
config Add scripts & configs 2020-10-16 22:55:26 +03:00
scripts Add scripts & configs 2020-10-16 22:55:26 +03:00
bashrc Updata bashrc, vimrc 2020-05-20 21:29:02 +03:00
gitconfig Update config 2020-06-11 19:51:20 +03:00
gitignore_global Update 2020-09-21 17:48:59 +03:00
install.sh Update 2020-09-21 17:48:59 +03:00
README.md Update 2020-09-21 17:48:59 +03:00
tmux.conf Update install.sh and add zsh, tmux config 2020-05-25 22:48:43 +03:00
tmux.conf.local Update 2020-06-05 18:29:47 +03:00
vimrc Add sublime text config and vim 2020-08-21 19:03:02 +03:00
zshrc Update 2020-09-21 17:48:59 +03:00

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