p-geon / bash_syncer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bash_syncer

git clone git@github.com:p-geon/bash_syncer.git
cd bash_syncer
make init
  • for bash (make init)
  • for zsh (make init-zsh)
  • .bashrc/.zshrc が空の場合、
    • mv bash/.bashrc ~/.bashrc
    • mv bash/.zshrc ~/.zshrc

自動更新

bashにログインすると~/.bash_profileから自動でシェルすくリプトが起動する。

手動更新

シェルスクリプトを動かす部分を修正した場合は手動で更新する必要あり。

S 
make init
reload

コマンド検索 (例: git)

SS git

= A | grep git = cat ~/.bash_aliases | grep git

Overview

実は結構違う

Main Command

reloader

  • SET && RR

search

  • A | grep {command}
    • = SS {command}

About


Languages

Language:Shell 66.1%Language:Makefile 22.4%Language:Vim Script 11.5%