japboy / dotfiles

**WIP** Yet another dotfiles (Personal stuff)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Yet another dotfiles written by @japboy.

Heavily work in progress, and this is currently focusing only on macOS

Installation

To install or update, simply copy and paste the command below:

bash <(curl -L https://raw.github.com/japboy/dotfiles/master/bootstrap.sh)

You can also install/update without Git by downloading the repository and put it in ~/.dotfiles then;

bash ~/.dotfiles/bootstrap.sh sync
powershell ^
    -ExecutionPolicy RemoteSigned ^
    -Command "$cwd = Get-Location; Start-Process powershell -ArgumentList \"-ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -Command Push-Location -Path $cwd; $(Join-Path $cwd bootstrap.ps1)\" -Verb RunAs"

.shell_extras

You can create an addtional file named .shell_extras in your home directory. It will be loaded if there. This is intend to be used for some credentials like secret tokens etc.

.shell_extras should be something like this:

#
# EXTRAS


##
# Amazon EC2 API Tools

export AWS_ACCESS_KEY='XXXXXXXXXXXXXXXXXXXX'
export AWS_SECRET_KEY='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'


##
# gisty

export GISTY_ACCESS_TOKEN='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'

Requirements

macOS

Linux

  • Meh X(

Credits

License

Distributed under the Unlicense.

About

**WIP** Yet another dotfiles (Personal stuff)

License:The Unlicense


Languages

Language:Shell 78.7%Language:Vim Script 10.6%Language:PowerShell 10.5%Language:Batchfile 0.2%