GithubHelp home page GithubHelp logo

dotfiles's Introduction

Setup vim, bash, and tmux.

# Capslock to control, /etc/default/keyboard  XKBOPTIONS="ctrl:nocaps"
sudo apt install vim tmux tree

mkdir ~/dev
git clone --depth=1 https://github.com/romkatv/gitstatus.git ~/dev/gitstatus

git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh
# or
# sh ~/.vim_runtime/install_basic_vimrc.sh  

git clone https://github.com/gpakosz/.tmux.git ~/dev/tmux_conf
ln -s -f ~/dev/tmux_conf/.tmux.conf ~/.tmux.conf
cp ~/dev/tmux_conf/.tmux.conf.local ~/.tmux.conf.local
# .tmux.conf.local -> Mouse mode on: set -g mouse on

# LS_COLORS
git clone https://github.com/trapd00r/LS_COLORS ~/dev/LS_COLORS

#fzf Tips: **, ctrl+r, alt+c, ctrl+t
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

Add the following in .bashrc

# My Custom
export VISUAL=vim
export EDITOR=vim
bind '"\C-n": history-search-forward'
bind '"\C-p": history-search-backward'
source ~/dev/LS_COLORS/lscolors.sh
source ~/dev/gitstatus/gitstatus.prompt.sh

Tips for Mozc Japanese input

  • DirectInput: Activate IME
  • Precomposition: Deactivate IME
  • Composition: Deactivate IME
  • Conversion: Deactivate IME

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.