https://github.com/johanneswindelen/dotfiles
a bash script to set up my environment on Mac and Debian unstable.
https://github.com/johanneswindelen/dotfiles
dot-files
Last synced: 6 months ago
JSON representation
a bash script to set up my environment on Mac and Debian unstable.
- Host: GitHub
- URL: https://github.com/johanneswindelen/dotfiles
- Owner: johanneswindelen
- Created: 2021-02-17T22:42:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T04:44:18.000Z (over 4 years ago)
- Last Synced: 2025-02-05T20:07:06.556Z (8 months ago)
- Topics: dot-files
- Language: Shell
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dot files
Setting up a new laptop/desktop/server/docker? These dot files make it easy breasy! It's set up to work with both __Macs__ and __Debian__ based distributions. All you need to do is...
## Quickstart
__Mac only__: install homebrew:
`/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
Then, make sure to install `curl`:
`apt-get update && apt-get install curl`
or
`brew install curl`
followed by:
`/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/johanneswindelen/dotfiles/master/install.sh)"`
Start `$ zsh` and you're good to go!