publicarray / dotfiles

My dotfiles (and more) for macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note These are my personal system configurations. Use with caution as these settings may not work as is.

Screenshot

Installation

  1. Download the repo
  • via a script:

    bash <(curl -s https://raw.githubusercontent.com/publicarray/dotfiles/master/install.sh)
  • or with git:

    git clone --recursive https://github.com/publicarray/dotfiles.git "${HOME}/.dotfiles"
  • Run the Install script

    ~/.dotfiles/setup/install.sh
  • Install my Terminal Theme

    Download and open the publicarray.terminal file.

    To make it permanent remember to set it as your default.

  • Get a better color picker

    I recommend skalacolor.

To update the dotfiles

~/.dotfiles/setup/update.sh

Configuring

For prezto configuration files see prezto/runcoms.

To add any aliases, exports, functions and shell options. I recommend you add them to .usershell for zsh and bash.

If you use Atom and you get the following warning:

The linter 'shellcheck' cannot be found

Than you should open your terminal and execute which shellcheck. Than copy the output path into the shellcheck preferences as the Executable path. e.g. /usr/local/bin/shellcheck.

Influences and Thanks...

https://github.com/atomantic/dotfiles

https://github.com/travi/dotfiles

https://github.com/kevinSuttle/OSXDefaults

https://github.com/mathiasbynens/dotfiles macOS Defaults

https://github.com/paulmillr/dotfiles

https://bitbucket.org/rjchatfield/dotfiles

Generate Brewfile with

brew bundle dump -f

About

My dotfiles (and more) for macOS

License:MIT License


Languages

Language:Shell 76.6%Language:JavaScript 20.5%Language:Ruby 2.0%Language:PowerShell 0.6%Language:CSS 0.3%