Skip to content

Instantly share code, notes, and snippets.

View Keshava11's full-sized avatar
🎯
Focusing

Bruce Keshava11

🎯
Focusing
View GitHub Profile
@Keshava11
Keshava11 / .bash_profile
Created January 28, 2017 22:29 — forked from paulocheque/.bash_profile
.bash_profile example
# EDITOR=nano sudo visudo
# Change the following line: (:i to insert + esc to go back + :w to save + :q to quit)
# Defaults env_reset
# to:
# Defaults env_reset,timestamp_timeout=960 # in minutes
export PATH=$PATH:.
# export PATH=$PATH:/usr/bin
@Keshava11
Keshava11 / colors.xml
Last active October 16, 2021 22:51
Xml file containing hex codes for all colors form material-design pallete
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="red_50">#fde0dc</color>
<color name="red_100">#f9bdbb</color>
<color name="red_200">#f69988</color>
<color name="red_300">#f36c60</color>
<color name="red_400">#e84e40</color>
<color name="red_500">#e51c23</color>