Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/af/dotfiles
- Owner: af
- Created: 2013-10-15T03:33:12.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T20:22:57.000Z (6 months ago)
- Last Synced: 2024-05-16T21:34:03.399Z (6 months ago)
- Topics: dotfiles, hammerspoon, neovim, tmux-configs, vim-configs
- Language: Perl
- Homepage:
- Size: 953 KB
- Stars: 34
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```