Verify Permissions
diskutil verifyPermissions /
Repair Permissions
diskutil repairPermissions /
# --------------------------------------------------------------------------- | |
# | |
# Description: This file holds all my BASH configurations and aliases | |
# | |
# Sections: | |
# 1. Environment Configuration | |
# 2. Make Terminal Better (remapping defaults and adding functionality) | |
# 3. File and Folder Management | |
# 4. Searching | |
# 5. Process Management |
Installing node through Homebrew can cause problems with npm for globally installed packages. To fix it quickly, use the solution below. An explanation is also included at the end of this document.
This solution fixes the error caused by trying to run npm update npm -g
. Once you're finished, you also won't need to use sudo
to install npm modules globally.
Before you start, make a note of any globally installed npm packages. These instructions will have you remove all of those packages. After you're finished you'll need to re-install them.
Applying noise to any image for a glitch effect.
Auto-glitches at delayed intervals && on mouseover.
A Pen by Tiffany Rayside on CodePen.
background: linear-gradient(67deg, #000000, #000000, #430909); | |
background-size: 600% 600%; | |
-webkit-animation: AnimationName 52s ease infinite; | |
-moz-animation: AnimationName 52s ease infinite; | |
-o-animation: AnimationName 52s ease infinite; | |
animation: AnimationName 52s ease infinite; | |
@-webkit-keyframes AnimationName { | |
0%{background-position:0% 24%} | |
50%{background-position:100% 77%} | |
100%{background-position:0% 24%} |
background: linear-gradient(235deg, #141d36, #000000, #1c2c54, #073b5f); | |
background-size: 800% 800%; | |
-webkit-animation: AnimationName 55s ease infinite; | |
-moz-animation: AnimationName 55s ease infinite; | |
-o-animation: AnimationName 55s ease infinite; | |
animation: AnimationName 55s ease infinite; | |
@-webkit-keyframes AnimationName { | |
0%{background-position:68% 0%} | |
50%{background-position:33% 100%} | |
100%{background-position:68% 0%} |
The latest version of my blackhole thing, but this time with far more stars than I care to count. (it can now smootly animate over 100,000 stars orbiting, more than 100x more stars than I've ever been able to get before)
Forked from Darryl Huffman on CodePen.
An experimental loader for my website that I'll never use. I didn't care about cross-browser compatibility so if you want to use it you'll have to change some properties.
Forked from Valentin François on CodePen.
Using CSS blender backgrounds & animation to create double exposure effects for article slides.
Forked from Sullivan Nolan on CodePen.
Forked from Marco Dell'Anna on CodePen.