mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
30 lines
387 B
Markdown
30 lines
387 B
Markdown
# Dot files
|
|
|
|
Config for
|
|
|
|
- Git
|
|
- Vim
|
|
- Bash
|
|
- Tmux
|
|
- Zsh
|
|
|
|
### Install
|
|
|
|
~~~bash
|
|
git clone https://github.com/Smirnov-O/dotfiles
|
|
cd dotfiles
|
|
chmod +x install.sh
|
|
./install.sh
|
|
vim +source~/.vimrc +PlugInstall
|
|
chsh -s $(which zsh)
|
|
~~~
|
|
|
|
### Screen-shot
|
|
|
|

|
|
|
|
---
|
|
|
|
[Oh my ZSH](https://github.com/ohmyzsh/ohmyzsh)
|
|
|
|
[Oh my Tmux](https://github.com/gpakosz/.tmux)
|