Giter Site home page Giter Site logo

dotfiles's Introduction

Dotfiles

These are my dotfiles. They've changed a lot over time and will likely change a lot more over time.

If you're looking at them and you're not me, feel free to use them as a guide.

Setup

  • Clone dotfiles:
mkdir -p $HOME/src/github.com/chaseadamsio
git clone [email protected]:chaseadamsio/dotfiles.git
  • Symlink files

  • Install homebrew:

#!/bin/bash
homebrew_expected_md5="546219756e1bc7a557030d9e63d2d6f0"
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install -o /tmp/homebrew.sh
homebrew_downloaded_md5="$(cat /tmp/homebrew.sh | md5 | awk '{print $1}')"
if [ "$homebrew_expected_md5" != "$homebrew_downloaded_md5" ]; then
    echo "md5 for expected homebrew install script does not match downloaded homebrew install script, exiting."
    exit 1
fi

/usr/bin/ruby -e /tmp/homebrew.sh
exit 0

Set Shell

  • run =brew bundle=
chsh -s $(which zsh)

Installed by hand

  • Homebrew
  • Spark App (email and calendar)

dotfiles's People

Contributors

chaseadamsio avatar curiouslychase avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotfiles's Issues

In case melpa is down in the future...

  • Work around for when Melpa is Down

Melpa has been down today and this was a workaround I foiund on [[https://github.com/d12frosted/elpa-mirror][d12frosted's github]].

#+BEGIN_SRC emacs-lisp :tangle no
(setq package-archives
'(("melpa" . "https://raw.githubusercontent.com/d12frosted/elpa-mirror/master/melpa/")
("org" . "https://raw.githubusercontent.com/d12frosted/elpa-mirror/master/org/")
("gnu" . "https://raw.githubusercontent.com/d12frosted/elpa-mirror/master/gnu/")))
#+END_SRC

disable ambient light sensor through defaults

This morning I was sitting on the couch with the blinds open and my computer kept going really "bright" and really "dark" when I shifted.

I want to disable the ambient light sensor and make it so that I'm in control of the brightness of my screen.

Doing it manually, open System Preferences > Display > "Automatically adjust brightness"

nvimrc changes...

The path for the .nvimrc is now expected to be ~/.config/nvim/init.vim It'd be good to create a symlink during bootstrap (or setup, which doesn't exist yet.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.