Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/af/dotfiles

Just my dotfiles - neovim, tmux, hammerspoon
https://github.com/af/dotfiles

dotfiles hammerspoon neovim tmux-configs vim-configs

Last synced: 10 days ago
JSON representation

Just my dotfiles - neovim, tmux, hammerspoon

Awesome Lists containing this project

README

        

# dotfiles

My configuration for neovim, tmux, hammerspoon, zsh, etc. Some things are
Mac-specific, but most should work on any unix-ish OS.

## Setup

* (For macOS) [Install homebrew](http://brew.sh/)
* clone this repo (to `~/dotfiles` or similar)
* Install fnm via `brew install Schniz/tap/fnm`
* `fnm install `
* `fnm alias default`
* `./install.py`
* `af-npm-i-globals`
* `tic term/tmux256.terminfo`
* homebrew font setup (see section below)
* `brew cask install alacritty`
* `brew tap homebrew/services` (see https://superuser.com/a/1010357)

## Homebrew font setup

via https://github.com/ryanoasis/nerd-fonts#option-4-homebrew-fonts

```bash
brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font
```