Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haarcuba/configs
configure a linux workstation
https://github.com/haarcuba/configs
Last synced: about 15 hours ago
JSON representation
configure a linux workstation
- Host: GitHub
- URL: https://github.com/haarcuba/configs
- Owner: haarcuba
- License: mit
- Created: 2022-06-05T11:30:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T19:13:34.000Z (3 months ago)
- Last Synced: 2024-08-28T20:55:33.090Z (3 months ago)
- Language: Vim Script
- Size: 728 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CONFIGS
This is Haarcuba's personal configs repository.
This is a personal repo, so no guarantee of quality.
I try to support Fedora and Ubuntu.
First, you need to install `rake`, which should be available on your Linux distribution.
Once you have rake, you can see the supported tasks with
$ rake -T
There is an `all` task that run all tasks in the proper order on a fresh machine.
$ rake all
Tasks are NOT idempotent.
# NeoVIM
After using `rake neovim`, fire up neovim with `nvim` and use `:PlugInstall` to install all plugins.
I recommend you setup an alias `alias vim=nvim`.