Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heldrida/my-config-files
The `~/.config` repository to keep track of the state of my system configuration and mainly customisation settings, which previously existed in separate repositories.
https://github.com/heldrida/my-config-files
Last synced: about 1 month ago
JSON representation
The `~/.config` repository to keep track of the state of my system configuration and mainly customisation settings, which previously existed in separate repositories.
- Host: GitHub
- URL: https://github.com/heldrida/my-config-files
- Owner: heldrida
- Created: 2023-02-06T01:30:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T15:41:59.000Z (about 1 year ago)
- Last Synced: 2024-12-30T10:19:05.786Z (about 2 months ago)
- Language: Vim Script
- Size: 78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌈 Config files 🦄
The `~/.config` repository to keep track of the state of my system configuration and mainly customisation settings, which previously existed in separate repositories.
By migrating to new machines, found that it takes a bit too long to follow, as such using a monorepository to represent all seems more appropriate.
During the time of creation it was setup by:
- ZSH
- Antigen zsh package manager
- OMZ (although, not recommended by #zsh community)
- Starship.rs (shell prompt)# Fonts
There's also detailed information about the fonts used, in the context of the terminal emulator Kitty which supports it.
# Get started
Check the separate repositories for more detailed setup information, e.g. Kitty requires the `kitty-themes` submodule which needs to be pulled or cloned manually.
The zsh profile is preferred to be symlinked for separation of concerns (as I'm tracking changes in the `.config` file and not in the $HOME directory, which usually is more cluttered with other system files)
```sh
ln -s .config/zsh/.zshrc ./.zshrc
```