mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
rach linux
| config | ||
| scripts | ||
| bashrc | ||
| gitconfig | ||
| gitignore_global | ||
| install.sh | ||
| README.md | ||
| tmux.conf | ||
| tmux.conf.local | ||
| vimrc | ||
| 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