Skip to content

shiftc/misc_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

configs for linux console

screenshots

vim with tmux:

vim

cmdline:

cmd

tig:

tig

Installation

install prerequisites

git: config your git first

vim: vim 7.4 above prefered, with lua enabled

refer:

a guide for update vim

zsh:

sudo apt-get install zsh

tig:

git clone git://github.com/jonas/tig.git
make prefix=/usr/local
sudo make install prefix=/usr/local

tmux:

sudo apt-get install tmux

Clone this repo somewhere on your machine

./install.sh

restart your terminal and enjoy

remember to config you ~/.gitconfig as you wish

other tools prefered to install

grep replacement

ag:

sudo apt-get install silversearcher-ag

rg

YCM color_coded generator

YCM-Generator

config_gen.py PROJECT_DIR # generate .ycm_extra_conf.py
config_gen.py PROJECT_DIR -F cc # generate .color_coded

vim plugins need to compile install

YouCompleteMe:

python install.py --clang-completer

color_coded:

cd ~/.vim/bundle/color_coded
mkdir build && cd build
cmake ..
make && make install # Compiling with GCC is preferred, ironically

fzf:

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

a way to replace left CTRL and TAB

personally, I prefer relpace left CTRL and TAB, as CTRL used more often in my work env. create a binary key Scancode Map in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout

keyReplacement

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages