Skip to content

Instantly share code, notes, and snippets.

View Rishabh04-02's full-sized avatar

Rishabh Rishabh04-02

View GitHub Profile
@Rishabh04-02
Rishabh04-02 / myweechat.md
Created May 3, 2017 21:22 — forked from pascalpoitras/1.md
My always up-to-date WeeChat configuration (weechat-dev)

WeeChat Screenshot

Enable mouse support

/mouse enable

Encrypted password in sec.conf

@Rishabh04-02
Rishabh04-02 / git-squash
Last active October 7, 2017 15:16 — forked from tuxfight3r/git-squash
git squash multiple commits with rebase
git rebase --interactive HEAD~2
# we are going to squash c into b
pick b76d157 b
pick a931ac7 c
# squash c into b
pick b76d157 b
s a931ac7 c
@Rishabh04-02
Rishabh04-02 / active.md
Last active March 31, 2017 13:06 — forked from paulmillr/active.md
Most active GitHub users (by contributions). http://twitter.com/paulmillr

Most active GitHub users (git.io/top)

The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Fri, 19 Jun 2015 15:17:38 GMT till Sun, 19 Jun 2016 15:17:38 GMT.

Only first 1000 GitHub users according to the count of followers are taken. This is because of limitations of GitHub search. Sorting algo in pseudocode:

githubUsers
 .filter(user => user.followers > 635)
@Rishabh04-02
Rishabh04-02 / Install_Sublime_Text_3.sh
Last active November 27, 2016 17:46 — forked from dkd903/Install_Sublime_Text_3.sh
Install Sublime Text 3 editor on Fedora Linux & Red Hat Linux - 32 Bit Edition. More at: http://digitizor.com/?p=15885
#!/bin/sh
SHORTCUT="[Desktop Entry]
Name=Sublime Text 3
Comment=Edit text files
Exec=/usr/local/sublime-text-3/sublime_text
Icon=/usr/local/sublime-text-3/Icon/128x128/sublime_text.png
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Utility;TextEditor;"
@Rishabh04-02
Rishabh04-02 / Install_Sublime_Text_3_64.sh
Last active November 27, 2016 17:44 — forked from dkd903/Install_Sublime_Text_3_64.sh
Install Sublime Text 3 editor on Fedora Linux & Red Hat Linux - 64 Bit Edition. More at: http://digitizor.com/?p=15885
#!/bin/sh
SHORTCUT="[Desktop Entry]
Name=Sublime Text 3
Comment=Edit text files
Exec=/usr/local/sublime-text-3/sublime_text
Icon=/usr/local/sublime-text-3/Icon/128x128/sublime_text.png
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Utility;TextEditor;"
@Rishabh04-02
Rishabh04-02 / notes.md
Created February 6, 2016 14:06 — forked from rahul-raturi/notes.md
CLI Workshop - 6 Jan 16

CLI Workshop (6 January 16)

Introduction

  • Shell
  • Terminal
  • Linux!
  • Files/Directories