my dotfiles
- Requirements
- Usage
- Vim Shortcuts
- License
requires the following to run:
- Vim
- make
- curl
- Vim 8.x (+clipboard +lua)
- bash
- make
- bash
- zsh
- make
- git
- wget
- zsh
- tmux
- make
- tmux
- git
- make
- git
- git clone scripts on your home directory
git clone https://github.com/Tiryoh/dotfiles.git
- move to
dotfiles
dir and install new settings
cd $HOME/dotfiles
-
vim
- install
dein.vim
make deinvim
- install new vim settings
make vim
- install
-
bash
- install new bashrc and imputrc
make bash
-
zsh
- install prezto and zsh_completion
make prezto make zsh_completion
-
tmux
- install new tmux.conf
make tmux
-
git Don't forget to change user.email and user.name.
done!!!
e.g.)
- [esc]
- jj
- comment/comment out
- gcc
- quick run
- :Q
- prefix key
- Ctrl-b
- Open new window
- prefix + c
- View window list
- prefix + w
- Select next/previous window
- prefix + n
- prefix + p
- prefix + Ctrl-l
- prefix + Ctrl-h
- Move panes
- prefix + {
- prefix + }
- prefix + Ctrl-o
- Select pane
- prefix + l
- prefix + k
- prefix + j
- prefix + h
- Resize pane
- prefix + L
- prefix + K
- prefix + J
- prefix + H
- Reload config
- prefix + r
This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything is under the MIT license.
Copyright (c) 2016-2019 Tiryoh