r1cebank / dotfiles-legacy

dotfiles used to sync everything

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

These are the dotfiles I am using on Mac OS X, though, theoretically speaking, these should also work on any Linux or Unix machine.

Running the setup of these dotfiles should install Homebrew (OS X only) and Node.js for you.

Using These

$ curl -L https://git.io/vaLaU > setup.sh
$ bash setup.sh

This should do the trick.

Utility Commands / Aliases

reload!

dot

Updates dotfiles from Github repo, also updates homebrew, homebrew packages and global NPM packages.

Windows Support

PowerShell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/r1cebank/dotfiles/master/setup.ps1'))"

Notes

  1. In order to remove the need to sudo every time I install global npm packages, I repurposed ~/.npm from npm cache into the install directory for all global npm modules. So, the new npm cache will live in ~/.npm/cache, while npm prefix will be changed to ~/.npm

License

MIT

Logo by Joel Glovier.

About

dotfiles used to sync everything

License:MIT License


Languages

Language:Shell 87.9%Language:Lua 6.8%Language:Ruby 3.1%Language:PowerShell 2.2%