Code Monkey home page Code Monkey logo

dotfiles-1's Introduction

Cute dalmatian

22a's dotfiles

aka. Spooky Lizard Incantation Configuration

This repo contains configuration files for neovim, zsh, tmux, iTerm2, and macOS as well as provision scripts to bootstrap a new machine to create an adequately pleasant development environment.

Prerequisites

  • An expensive apple computer*

    * My personal and work machines are all macs so these dotfiles have been tailored specifically for neovim in iTerm2 on macOS. For *nix and/or vim (not neo) support check out the legacy linus branch.

Warnings

The provision scripts have been written with a fresh macOS install in mind, it assumes a blank canvas. It will forcibly symlink over your dotfiles if you let it.

Installation

Install the xcode command line tools:

xcode-select --install
# Click accept, accept, etc.

Clone this repo:

git clone https://github.com/22a/dotfiles.git;
cd dotfiles

Run the provision scripts:

./scripts/provision/all.sh

Things you'll have to set up manually

  • Generate a new ssh key

    ssh-keygen -t rsa -b 4096 -C "[email protected]"
  • Update the remote for this repo so we can push changes

    git remote set-url origin [email protected]:22a/dotfiles.git
  • Import gpg key to gpg-suite

  • populate ~/.gituser file

    [user]
      email = [email protected]
      name = Peter Meehan
      signingkey = DEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEF

    where signingkey is the fingerprint for your gpg key, visible under gpg --list-keys

  • Disable spotlight keyboard shortcuts

    System Preferences... -> Keyboard -> Shortcuts -> Spotlight -> Untick both
    
  • Point Alfred preferences directory to dropbox sync

  • Tell iTerm2 to use the config file in the root of this repo

    General -> Preferences -> Load preferences from a custom foler or URL
    

    Then close iTerm entirely: cmd + alt + q, and open it again

  • Remove guest user

  • Add more desktop spaces

dotfiles-1's People

Contributors

22a avatar

Watchers

James Cloos avatar Andrew Shaw avatar

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.