Skip to content

Instantly share code, notes, and snippets.

View mittalabhas1's full-sized avatar
🎯
Focusing

Abhas Mittal mittalabhas1

🎯
Focusing
View GitHub Profile
:w !sudo tee %
::-webkit-scrollbar {
width: 6px;
background-color: transparent;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
::-webkit-scrollbar-thumb {
@mittalabhas1
mittalabhas1 / install__sublime.sh
Created July 29, 2014 09:21
Installing Submile Text Editor on Ubuntu
# Sublime Text 2
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text
# Sublime Text 3
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
@mittalabhas1
mittalabhas1 / Gruntfile.js
Last active August 29, 2015 14:03
Adds supports to font awesome and app while building using grunt in yoeman
// The copy of the Gruntfile.js should be like the following. This copies the fonts of the font-awesome and the app to the folder fonts in the dist directory.
copy: {
dist: {
files: [{
expand: true,
dot: true,
cwd: '<%= yeoman.app %>',
dest: '<%= yeoman.dist %>',
src: [