Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/boudra/dotfiles

My dotfiles
https://github.com/boudra/dotfiles

dotfiles kitty neovim tmux

Last synced: 10 days ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

Development setup for Arch Linux and OS X.

## macOS Setup

```
zsh

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval `/opt/homebrew/bin/brew shellenv`

brew install neovim tmux autoconf gnupg rg asdf direnv
brew install --cask spotify kitty tableplus firefox slack docker discord

brew tap homebrew/cask-fonts
brew install --cask font-jetbrains-mono-nerd-font
```

## Installation

```
git clone --recursive https://github.com/boudra/dotfiles ~/dotfiles
~/dotfiles/install.sh
```