dotfiles/README.md

12 lines
645 B
Markdown
Raw Normal View History

2023-11-14 08:08:53 +01:00
# Nikus Dotfiles
2023-01-24 08:56:26 +01:00
## Note for env.shell.example
2023-03-28 18:14:40 +02:00
Copy it and rename it to .env.sh. Don't commit one with your environment variables, that variables are secret keys
## Fonts used
- [Inter](https://github.com/rsms/inter) as System Font
2023-11-14 08:08:53 +01:00
- [Fantasque Nerd Font](https://www.programmingfonts.org/#fantasque-sans) as Monospace/Terminal font
2023-04-02 11:35:29 +02:00
## docker-compose-v1 compatibility
At some times some projects require the old docker-compose-v1 to be installed. I wrote the `docker-compose` file here to simply yeet all of that commands into the new `docker compose` command. Copy it somewhere into your path (maybe `/usr/local/bin`) to get it working.