Giter Site home page Giter Site logo

misc_config's Introduction

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

misc_config's People

Contributors

shiftc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.