Skip to content

Instantly share code, notes, and snippets.

View pyeprog's full-sized avatar

Pye Douglas pyeprog

  • Atlas
  • Shenzhen
View GitHub Profile
@pyeprog
pyeprog / ubuntu install nerd font
Created September 18, 2019 03:53
How to install nerd font on ubuntu
`sudo apt install gnome-tweak-tool`
download nerd fonts from archive
tweak system font to other font
set gnore terminal to use system font
@pyeprog
pyeprog / .tmux.conf
Last active September 16, 2019 13:29
tmux configuration
# Prerequisite:
# - theme: powerline font
set TERM=xterm-256color
set -g prefix C-v
unbind C-b
bind C-v send-prefix -2
set -q -g status-utf8 on
@pyeprog
pyeprog / .ideavimrc
Last active May 8, 2019 02:37
ideavim rc file
set surround
set clipboard+=unnamed
set incsearch hlsearch
set ignorecase smartcase
set autoread
set wildmenu
set scrolloff=3
set autoindent
set noerrorbells
set novisualbell