Advertisement
Guest User

Untitled

a guest
Dec 25th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # plugin導入log
  2.  
  3. ##作業ディレクトリはここ
  4. ```
  5. $ cd ${HOME}/.mikutter/plugin
  6. ```
  7.  
  8. ##display\_requirements
  9. ```
  10. $ touch display_requirements.rb
  11. ```
  12.  
  13. ##gray\_protected\_users
  14. ```
  15. $ git clone git@gist.github.com:3183710.git gray_protected_users
  16. ```
  17.  
  18. ## pulseaudio
  19. ```
  20. $ git clone git@github.com:toshia/mikutter-pulseaudio.git pulseaudio
  21. ```
  22.  
  23. ## mikutter-subparts-image
  24. ```
  25. $ git clone git@github.com:moguno/mikutter-subparts-image.git
  26. $ ln -sf ${PWD}/mikutter-subparts-image/for_3.2/sub_parts_image .
  27. ```
  28.  
  29. ## open\_web
  30. ```
  31. $ git clone git@github.com:lindwurm/mikutter_open_web.git open_web
  32. ```
  33.  
  34. ## timestamp\_msec
  35. ```
  36. $ git clone git@gist.github.com:5522220.git timestamp_msec
  37. ```
  38.  
  39. ## continuous-hashtag
  40. ```
  41. $ git clone git@github.com:shibafu528/mikutter-continuous-hashtag.git
  42. $ cd mikutter-continuous-hashtag
  43. $ git branch -r
  44. $ git checkout -b deny-retweet origin/deny-retweet
  45. $ ..
  46. ```
  47.  
  48. ## include\_followings\_activity
  49. ```
  50. $ git clone git@gist.github.com:b65f6580030f8c63e15e.git include_followings_activity
  51. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement