Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kumkee/.config
My config files
https://github.com/kumkee/.config
Last synced: about 1 month ago
JSON representation
My config files
- Host: GitHub
- URL: https://github.com/kumkee/.config
- Owner: kumkee
- License: mit
- Created: 2023-07-06T02:16:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T19:31:19.000Z (4 months ago)
- Last Synced: 2024-08-26T22:40:19.341Z (4 months ago)
- Language: Vim Script
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `.config`
Personal configuration files. Some sub repositories will be open-sourced later.
## Preparation
From a brand new Linux install `xz-utils`, `systemd-timesyncd`, `zsh`, `curl`.
Then install `NixOS` and [home-manager](https://nixos.wiki/wiki/Home_Manager),
which is the centre of the whole configuration.## Sub modules
### `home-manager`
This is the brain of all configuration, looking after dot-file soft links,
`zshrc` and package management.### `completion`
The command line completion scripts.
### `nvim`
This is where [`nvchad`](https://nvchad.com/) resides. It's pointing directly to
the upstream and no modification required. Customization of `vim` is done in the
`nvim_custom` module.### `nvim_custom`
The actual personal configuration of `vim`.