Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lilanga/dotfiles
- Owner: Lilanga
- Created: 2023-08-24T09:37:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-26T11:02:28.000Z (over 1 year ago)
- Last Synced: 2023-08-26T12:27:45.995Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.