An open API service indexing awesome lists of open source software.

https://github.com/patricklarose/dotfiles

⚙️ My standard configuration/preferences files for macOS that focuses on simplicity and productivity.
https://github.com/patricklarose/dotfiles

apple automation config dotfiles dotfiles-macos homebrew mac macos macos-setup unix vim vimrc vscode zsh zshrc

Last synced: 2 months ago
JSON representation

⚙️ My standard configuration/preferences files for macOS that focuses on simplicity and productivity.

Awesome Lists containing this project

README

          

# Patrick's dotfiles ⚙️
Minimal, simple macOS dotfiles for software development, studying, and personal use.

![Editing .zshrc file using Vim in iTerm2](https://github.com/user-attachments/assets/4534385a-4066-4b5b-b804-d503d6d1aeeb)

## Dependencies
These dotfiles make use of the following packages:
* [Homebrew](https://brew.sh)
* [Zsh](https://www.zsh.org/)
* [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
* [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
* [Powerlevel10k](https://github.com/romkatv/powerlevel10k)
* [Vim](https://www.vim.org/)
* [Git](https://git-scm.com/)
* [VS Code](https://code.visualstudio.com/)
* [Dracula](https://draculatheme.com)

## Installation

> [!WARNING]
> This script will overwrite existing configuration files. Although it creates a backup of any existing files it replaces, review and customize the code before running.

### Step 1: Clone repository
```bash
git clone https://github.com/patricklarose/dotfiles
```

### Step 2: Navigate to the dotfiles directory
```bash
cd dotfiles
```

### Step 3: Grant execution permissions
```bash
chmod +x setup.sh
```

### Step 4: Execute the setup script
```bash
./setup.sh
```