Skip to content

japboy/dotfiles

Repository files navigation

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

For Windows 11 (not WSL), run from PowerShell. This expects the repository to exist at the Ubuntu WSL distribution's ~/.dotfiles and does not clone or download repository files into Windows.

Developer Mode should be enabled because this bootstrap creates symbolic links on Windows. Running PowerShell as Administrator is an alternative.

& ([scriptblock]::Create((
    wsl.exe --distribution Ubuntu --exec bash -lc 'cat ~/.dotfiles/bootstrap.ps1'
) -join [Environment]::NewLine))

.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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors