Coder Social home page Coder Social logo

code_browsing's Introduction

terminal config

sudo apt-get install zsh
sudo apt-get install terminator
chsh -s /bin/zsh
log out and log in
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
source ~/.zshrc

zsh theme

ys

zsh-autosuggestions

git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
add plugin in .zshrc

Terminator Font

DejaVu Sans Mono Book 12

Build-in color

Solarized Dark and Tango

Terminator Theme

git clone https://github.com/ghuntley/terminator-solarized.git
cd terminator-solarized
mkdir -p ~/.config/terminator/
touch ~/.config/terminator/config
cp config ~/.config/terminator

vim_config

Configuration

sudo apt-get install cscope

sudo apt-get install ctags

cscope -R -b -q

ctags -R *

~/.bashrc: CSCOPE_DB=/<path_to_source_code>/cscope.out; export CSCOPE_DB
~/.vimrc: source ~/.vim/autoload/cscope_maps.vim

Instructions

ctrl + ] to jump into the function
ctrl + t to jump back
:tabe filename to open a file in vim table

code_browsing's People

Contributors

enlighten5 avatar

Watchers

 avatar

Forkers

hanzheteng

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.