Skip to content

Instantly share code, notes, and snippets.

View ezeeyahoo's full-sized avatar
🚩

Eshant Gupta ezeeyahoo

🚩
  • Bhopal, India
View GitHub Profile
@ezeeyahoo
ezeeyahoo / userChrome.css
Created September 19, 2015 13:19
Make Firefox bars slimmer/narrower
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
/*
Install following addons:-
1) Classic Theme Restorer
2) ChromeEdit Plus google it
3) Install this script inside ChromeEdit editor
*/
#PersonalToolbar {-moz-box-ordinal-group:1!important; height:25px!important; margin-top:-7px!important; margin-bottom:0px!important}
@ezeeyahoo
ezeeyahoo / perfectelementary.bash
Last active May 1, 2023 07:53 — forked from v-thomp4/perfectelementary.bash
HowTo Install the perfect Elementary-OS
#Download Elementary OS from here:
#https://elementary.io/
#Clean-up System
sudo apt-get purge midori-granite -y
sudo apt-get purge yelp -y
sudo apt-get purge evince -y
sudo apt-get purge gnome-orca -y
sudo apt-get autoremove -y
sudo apt-get autoclean -y
@ezeeyahoo
ezeeyahoo / set-up-chromium-keys.md
Last active April 21, 2023 18:56 — forked from cvan/set-up-chromium-keys.md
Launch Chromium with API Keys on Mac OS X and Windows

Sometimes you need to use API Keys to use things like the Speech API. And then you Google a bit and follow all the instructions. But the Chromium Project's API Keys page does a not-so-great of explaining how to do this, so I will.

  1. Download Chromium.[Unofficial/Unstable/Latest build] OR Download from https://github.com/macchrome/chromium/releases (stable)
  2. You'll notice a yellow disclaimer message appear as a doorhanger: Google API Keys are missing. Some functionality of Chromium will be disabled. Learn More.
  3. Clicking on that link takes you to the confusing API Keys docs page.
  4. If you aren't already, subscribe to the chromium-dev@chromium.org mailing list. (You can just subscribe to the list and choose to not receive any mail. FYI: the C
@ezeeyahoo
ezeeyahoo / config.fish
Created March 4, 2018 05:08
.config/fish/config.fish
# PATH
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$HOME/.local/bin:`pyenv which python`"
export EDITOR='subl -w'
export WORKON_HOME=$HOME/Dev/.local/share/virtualenvs/
export PROJECT_HOME=$HOME/Dev
export USER_NAME="eshant"
# Virtual Environment
@ezeeyahoo
ezeeyahoo / CommonHacks.md
Last active February 10, 2021 05:49
Common Issues and workarounds

Do's and Don'ts

How to select a project to work on?

  1. Activity on a given project can be observed by looking at when the last commit was made.
  2. In case issues and pull requests are pending from long time, better skip that project as likelihood of being accepted is dismal. It is recommended to focus on hot cakes.

Project founder/contributer marked my post as spam