Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rasmussvala/dotfiles
- Owner: rasmussvala
- Created: 2024-10-31T15:17:54.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T21:47:46.000Z (about 1 month ago)
- Last Synced: 2024-11-12T22:30:32.516Z (about 1 month ago)
- Topics: neovim, nvim, wsl, zsh
- Language: Lua
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```