Yet another dotfiles written by @japboy.
Heavily work in progress, and this is currently focusing only on macOS
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"
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'
- macOS Ventura 13.6.3
- Xcode
- Command Line Tools (if you prefer to not installing entire Xcode SDK)
- Meh X(
- GitHub does dotfiles - dotfiles.github.io
- altercation/solarized · GitHub
- github/gitignore · GitHub
- seebi/dircolors-solarized · GitHub
Distributed under the Unlicense.