diff --git a/.gitignore b/.gitignore index 15dde54..de232aa 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store -.env.sh \ No newline at end of file +.env.sh +fish_variables diff --git a/README.md b/README.md index 021fc7c..84d7eb9 100755 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Nikus Dotfiles + # Nikus Dotfiles ## Note for env.shell.example 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 -- [Hack Nerd Font](https://www.programmingfonts.org/#hack) as Terminal font +- [Fantasque Nerd Font](https://www.programmingfonts.org/#fantasque-sans) as Monospace/Terminal font ## 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.