An open API service indexing awesome lists of open source software.

https://github.com/ppseprus/dotfiles


https://github.com/ppseprus/dotfiles

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# dotfiles

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.

### Visuals

![Split screen on Mac](/../screenshots/images/screenShot2.png?raw=true)

I use Sublime Text with @equinusocio's [Material](https://github.com/equinusocio/material-theme) 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

![Palette for Mac](/../screenshots/images/paletteMac.jpg?raw=true)

The Win palette

![Palette for Win](/../screenshots/images/paletteWin.jpg?raw=true)

### Credit

A huge amount of code is actually taken from @mathiasbynens' [dotfiles](https://github.com/mathiasbynens/dotfiles) repository, but @janmoesen's [tilde](https://github.com/janmoesen/tilde) was also a great inspiration.