This is a repository to store my dotfiles.
I use both a Mac and a PC, therefore, I'm trying to create a good and consistent environment that I can easily set/install on any device.
I use Sublime Text with @equinusocio's Material theme, so the background of the terminal is matched to that.
The bash Prompt Statement and my Git commands use the following colors. Though, on Windows the red is different. For some reason, mingw64 prints it differently.
HEX Code | xterm-256color |
---|---|
#263138 |
terminal bg |
#AF0000 |
124 on Mac |
#FF0000 |
009 on Win |
#00AFD7 |
038 |
#00D7AF |
043 |
#FFFF5F |
227 |
The Mac palette
The Win palette
A huge amount of code is actually taken from @mathiasbynens' dotfiles repository, but @janmoesen's tilde was also a great inspiration.