Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rasmussvala/dotfiles

Repo to manage my dotfiles.
https://github.com/rasmussvala/dotfiles

neovim nvim wsl zsh

Last synced: about 1 month ago
JSON representation

Repo to manage my dotfiles.

Awesome Lists containing this project

README

        

# Dotfiles
Repo for managing my dotfiles.

## Current setup
* **Terminal Emulator**: Windows Terminal
* **Operating System**: WSL - Ubuntu
* **Shell**: zsh with oh-my-zsh

## Notes
To ensure that Neovim works properly, install the `build-essential` and `unzip` packages:

```bash
sudo apt-get update
sudo apt-get install -y build-essential unzip
```