Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nathanmsmith/.config

How I like things.
https://github.com/nathanmsmith/.config

dotfiles fish-shell hammerspoon neovim

Last synced: about 2 months ago
JSON representation

How I like things.

Awesome Lists containing this project

README

        

# .config

Nathan's dotfiles.

## Setup

Currently, these dotfiles are only tested on macOS.

Clone this directory in your home folder, `~`. Run `install.sh`

```
git clone https://github.com/nathunsmitty/.config
cd .config
./install.sh
```

## fish

### Changing shell to fish

```
brew install fish
echo /usr/local/bin/fish >> /etc/shells
chsh -s /usr/local/bin/fish
```