Skip to content

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

License

Notifications You must be signed in to change notification settings

WildfootW/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Todoist

  • add update_from_upstream.sh
  • fix permission problem

Usage

required

Powerline fonts for the correct theme th display in terminal

sudo apt install git zsh vim tmux

Neovim

sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt-get update
sudo apt install neovim python3 python3-pip python3-venv git curl exuberant-ctags -y

Git Clone

change the "$git_name" and "$git_email" in install.sh (and more)

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

Other

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

Troubleshooting

Manually install ssh key of GitHub

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published