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

https://github.com/ackerr/dotfiles

~/.dotfiles. Includes configs for zsh, tmux, git, wezterm, kitty and more | Managed by GNU stow
https://github.com/ackerr/dotfiles

configuration dotfiles zsh

Last synced: 7 months ago
JSON representation

~/.dotfiles. Includes configs for zsh, tmux, git, wezterm, kitty and more | Managed by GNU stow

Awesome Lists containing this project

README

          

# Ackerr's dotfiles
![](https://github.com/Ackerr/dotfiles/workflows/CI/badge.svg)
![](https://github.com/Ackerr/dotfiles/workflows/Build/badge.svg)

## Requirements

- [Homebrew](https://brew.sh/)
- [Fira Code NerdFont](https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraCode.zip)

```bash
brew install git make stow zsh
```

## Installation

### Clone repo

```bash
git clone https://github.com/Ackerr/dotfiles.git && cd dotfiles
```

### Install brew packages

```bash
brew bundle --file=brew/Brewfile
```

### Set zsh as your default shell

```bash
chsh -s $(which zsh)
```

### Link all dotfiles

```bash
make
```

> Remember replace `.gitconfig` email