Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lilanga/dotfiles

My dotfiles for codespaces
https://github.com/lilanga/dotfiles

Last synced: 25 days ago
JSON representation

My dotfiles for codespaces

Awesome Lists containing this project

README

        

# Dotfile for configuring my codespaces

This simple script install tools I use and configure nvim.

## Usage

Codespace looking for dotfiles repository and configre environment using `install.sh` script.
Use [this documentation](https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account#dotfiles) to configure your codespace.

alternatively, you can run `install.sh` script manually.

```bash
curl https://raw.githubusercontent.com/Lilanga/dotfiles/main/install.sh | bash
```

## Todo

Yet to add custom key bindings and plugins for nvim.
vimrc is not yet configured.