Skip to content

Commit

Permalink
#38
Browse files Browse the repository at this point in the history
  • Loading branch information
左文建 committed Dec 1, 2018
1 parent f85afa7 commit bc482d5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.swp
*.pyc
_rg/*.data
demo/_rg/*.data
cscope.*
*.log
tags
Expand Down
5 changes: 0 additions & 5 deletions demo/rgdemo

This file was deleted.

4 changes: 0 additions & 4 deletions myrg.bashrc

This file was deleted.

9 changes: 9 additions & 0 deletions setup/mac.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
DST=${HOME}/rigger-ng
PKG=${HOME}/devspace/rigger-ng/src

unlink $DST
ln -s $PKG $DST
cd $DST ;
./setup.sh mac.py
cd /usr/local/bin
sudo unlink rg
sudo ln -s ${DST}/rg rg


echo "Welcome use Rigger-NG! "
echo "eg: rg help"

0 comments on commit bc482d5

Please sign in to comment.