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