Skip to content
/ dotfiles Public
forked from yutkat/dotfiles

The best and strongest dotfiles

License

Notifications You must be signed in to change notification settings

reo11/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Circle CI

Overview

My home dotfiles

overview

Install

  1. Download $ git clone https://github.com/reo11/dotfiles.git
  2. Install $ ./dotfiles/.bin/dotsinstaller.sh (NoGUI) $ ./dotfiles/.bin/dotsinstaller.sh --no-gui
  3. vim plugin install $ vi +PlugInstall or :PlugInstall after vim boot
  4. zsh plugin install $ exec zsh
  5. Enjoy!

Temporary Install

If you do not want to dirty your home directory

  1. Download
$ mkdir /tmp/tmphome
$ cd /tmp/tmphome
$ git clone https://github.com/reo11/dotfiles.git
  1. Set HOME environment temporary export HOME=/tmp/tmphome
  2. Install $ ./dotfiles/.bin/dotsinstaller.sh (NoGUI) $ ./dotfiles/.bin/dotsinstaller.sh --no-gui
  3. vim plugin install $ vi +PlugInstall or :PlugInstall after vim boot
  4. zsh plugin install $ exec zsh

Components

  • zsh
  • neovim(vim)
  • tmux
  • i3-gaps(optional)

Usage

Frequently used shortcuts

tmux

key action
Alt-h/j/k/l switch window
Alt-j close window
Alt-k create window
S-Up/Down/Left/Right switch pane

i3

key action
Mod-h/j/k/l switch window
Mod-S-h/j/k/l move window
Mod-C-S-h/j/k/l move workspace

About

The best and strongest dotfiles

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 51.8%
  • Vim Script 42.3%
  • Python 4.7%
  • Other 1.2%