Skip to content

Instantly share code, notes, and snippets.

View raahede's full-sized avatar

Frej Raahede Nielsen raahede

View GitHub Profile
@raahede
raahede / README.md
Last active August 29, 2015 14:22
ZSH Configure

Open zsh config in Sublime

subl ~/.zshrc

Add aliases

# Example aliases
alias zshconfig="subl ~/.zshrc"
alias ohmyzsh="subl ~/.oh-my-zsh"
@raahede
raahede / README.md
Created November 23, 2016 09:08
Error installing Ruby Gem

Error installing Ruby Gem

If you get a similar error, it means that gem install [gem name] isn't working.

Run this command

sudo gem install -n /usr/local/bin [gem name]

Example

@raahede
raahede / README.md
Last active May 4, 2017 17:38
HipChat Light "HipSlack" Theme

Edit theme on Mac

Inspired by https://medium.com/@andrew_levine/theming-the-new-hipchat-4-beta-for-osx-64e4ba4a6749#.2nyhtsah8

This stylesheet is for the "Light" theme in HipChat. Go to Settings > Appearance to change the theme.

  1. Close HipChat (⌘+Q)
  2. Open Finder, and locate HipChat.app.
  3. Right click the .app file, and choose Show Package Contents.
  4. Open the Resources folder, and open chat.html in your editor of choice.
  5. Add a style tag (``) immediately below the title tag (you can technically put this anywhere in the document).
@raahede
raahede / .sasslintrc
Created October 29, 2019 14:46
sasslint settings
{
"files": {
"include": "src/**/*.s+(a|c)ss",
"ignore": [
"**/vendor/*.scss"
]
},
"rules": {
"extends-before-mixins": 1,
"quotes": [
@raahede
raahede / README.md
Last active October 13, 2023 14:32
Handle multiple GitHub accounts on Mac