https://github.com/bdice/dotfiles-public
dotfiles: magical productivity boosters!
https://github.com/bdice/dotfiles-public
Last synced: about 1 year ago
JSON representation
dotfiles: magical productivity boosters!
- Host: GitHub
- URL: https://github.com/bdice/dotfiles-public
- Owner: bdice
- License: mit
- Created: 2019-06-03T02:06:08.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T14:28:05.000Z (over 1 year ago)
- Last Synced: 2025-02-13T18:36:15.342Z (over 1 year ago)
- Language: Shell
- Size: 63.5 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bradley's Dotfiles
## Linux/Mac Setup
```bash
mkdir -p $HOME/code
cd $HOME/code
git clone --recurse-submodules git@github.com:bdice/dotfiles-public.git
cd dotfiles-public
bash bootstrap.sh
```
## Windows Setup
```batch
mkdir %USERPROFILE%\code
cd %USERPROFILE%\code
git clone --recurse-submodules git@github.com:bdice/dotfiles-public.git
cd dotfiles-public
```
Then install Miniconda:
```batch
cd %USERPROFILE%\code\dotfiles-public\windows
install-miniconda.bat
```
Then restart the shell and run:
```batch
cd %USERPROFILE%\code\dotfiles-public
bootstrap.bat
```