Change Monospace Terminal Font

This commit is contained in:
Nikurasu 2023-11-14 08:08:53 +01:00
parent f22235d73d
commit e0dbd27aff
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
.DS_Store .DS_Store
.env.sh .env.sh
fish_variables

View file

@ -1,11 +1,11 @@
# Nikus Dotfiles # Nikus Dotfiles
## Note for env.shell.example ## 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 Copy it and rename it to .env.sh. Don't commit one with your environment variables, that variables are secret keys
## Fonts used ## Fonts used
- [Inter](https://github.com/rsms/inter) as System Font - [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 ## 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. 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.