Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kizza/.dotfiles

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

Last synced: about 2 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

# dotfiles

## Setup

#### Install [nix](https://nixos.org/)

```
sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume
```

#### Run [home-manager](https://github.com/nix-community/home-manager)

```
nix-shell --run "home-manager switch"
```

#### Update

```
./update
```

coc-snippets for vim
- Ensure pip `sudo -H python -m ensurepip`
- Update python's neovim `python -m pip install --user --upgrade pynvim`

#### Set default shell
```
sudo bash -c "echo $(which zsh) >> /etc/shells"
chsh -s $(which zsh) $(whoami)
```

coc-snippets for vim
- Ensure pip `sudo -H python -m ensurepip`
- Update python's neovim `python -m pip install --user --upgrade pynvim`