/old-dotfiles

Quick set the environment for myself including tmux, vim, zsh, and git.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

dotfiles

Useage

change the "$git_name" and "$git_email" in install.sh

cd ~
mkdir Programfile
cd ./Programfile
git clone https://github.com/ujkuo/dotfiles.git
cd ./dotfiles
./install.sh
git remote set-url origin git@github.com:ujkuo/dotfiles.git

required

Powerline fonts for the correct theme th display in terminal

  • git
  • zsh
  • vim
  • tmux

theme

theme

  • Nordic-darker git clone -b darker --single-branch https://github.com/EliverLara/Nordic.git Nordic-darker

icon

  • Zafiro-Icons-Blue

Vim plugin

manager

  1. VundleVim

auto pair

  1. Auto pairs

vim command tools

  1. vim-surround

airline

  1. vim-airline
  2. vim-airline-themes

file tree

  1. nerdtree
  2. vim-nerdtree-tabs

code and files fuzzy finder

  1. ctrlp

git

  1. vim-gitgutter

move around

  1. vim-easymotion

tab manage

  1. tabline

color scheme

  1. fisa
  2. vim-colorschemes

tmux

oh-my-tmux

TODO

install.sh: fix link file to home directory

Troubleshooting

Manually install ssh key of GitHub

eval $(ssh-agent)
ssh-add ~/.ssh/GitHub