https://github.com/lgraubner/.dotfiles
🛠Lars' personal dotfiles and defaults for MacOS
https://github.com/lgraubner/.dotfiles
brew dotfiles git iterm2 nodejs vscode yarn
Last synced: 3 months ago
JSON representation
🛠Lars' personal dotfiles and defaults for MacOS
- Host: GitHub
- URL: https://github.com/lgraubner/.dotfiles
- Owner: lgraubner
- License: mit
- Created: 2015-11-25T16:25:56.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T09:33:20.000Z (4 months ago)
- Last Synced: 2025-04-13T18:13:32.643Z (3 months ago)
- Topics: brew, dotfiles, git, iterm2, nodejs, vscode, yarn
- Language: Lua
- Homepage:
- Size: 43.9 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lars' dotfiles
My personal dotfiles grown over the years. Created for MacOS. Inspired by a lot of awesome dotfiles out there.
**Don't just install this without reviewing and adjusting this to your needs! This is strongly opinionated and suited to my own needs.**
## Installation
To get started clone the dotfiles anywhere you like. `cd` into it and execute the setup script.
```bash
git clone https://github.com/lgraubner/dotfiles.git && ./dotfiles/setup_mac
```This will install all needed programs and copies the dotfiles into your home directory.
## Set Git details
```
git config --global user.name "Mona Lisa"
git config --global user.email "[email protected]"
git config --global core.ignorecase false
```## Create SSH-key
Follow the steps listed here: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent