Note: This was for my Ubuntu setup - need to update this for my macbook setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| OLD hacky way | |
| */ | |
| ul { | |
| list-style: none; | |
| padding: 0; | |
| } | |
| li { | |
| position: relative; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *[class], | |
| *[id] { | |
| position: relative; | |
| outline: 2px dashed red; | |
| &::before, | |
| &::after { | |
| position: absolute; | |
| top: 0; | |
| left: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaults write com.apple.Dock autohide-delay -float 1000000 && killall Dock | |
| defaults delete com.apple.Dock autohide-delay |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="header"></div> | |
| <style> | |
| #header { | |
| position: fixed; | |
| background: pink; | |
| height: 72px; | |
| width: 100%; | |
| opacity: 0.2; | |
| transition: all 300ms ease; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| git branch | grep -v $(git rev-parse --abbrev-ref HEAD) | xargs git branch -D |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *:focus { | |
| outline: 2px solid rebeccapurple; | |
| box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rebeccapurple; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| {name: 'Afghanistan', code: 'AF'}, | |
| {name: 'Åland Islands', code: 'AX'}, | |
| {name: 'Albania', code: 'AL'}, | |
| {name: 'Algeria', code: 'DZ'}, | |
| {name: 'American Samoa', code: 'AS'}, | |
| {name: 'AndorrA', code: 'AD'}, | |
| {name: 'Angola', code: 'AO'}, | |
| {name: 'Anguilla', code: 'AI'}, | |
| {name: 'Antarctica', code: 'AQ'}, |
I hereby claim:
- I am juanfernandes on github.
- I am juanfernandes (https://keybase.io/juanfernandes) on keybase.
- I have a public key ASCNPfnhhCmCmE2iGXsOlKcNB4MfPGdrKOm8AuoJDiYT7wo
To claim this, I am signing this object:
NewerOlder