Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 3 hours 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T07:40:55.000Z (24 days ago)
- Last Synced: 2025-01-13T08:32:30.373Z (24 days ago)
- Topics: brew, dotfiles, git, iterm2, nodejs, vscode, yarn
- Language: Lua
- Homepage:
- Size: 43.9 MB
- Stars: 5
- Watchers: 2
- 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]"
```## 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