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
- Host: GitHub
- URL: https://github.com/ackerr/dotfiles
- Owner: ackerr
- License: mit
- Created: 2022-03-09T12:25:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T04:03:29.000Z (11 months ago)
- Last Synced: 2025-02-07T05:18:42.046Z (11 months ago)
- Topics: configuration, dotfiles, zsh
- Language: Shell
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ackerr's dotfiles


## 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