lgraubner / .dotfiles

🛠Lars' personal dotfiles and defaults for MacOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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 "mona@lisa.com"

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

About

🛠Lars' personal dotfiles and defaults for MacOS

License:MIT License


Languages

Language:Lua 72.5%Language:Shell 27.5%