https://github.com/ppseprus/dotfiles
https://github.com/ppseprus/dotfiles
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppseprus/dotfiles
- Owner: ppseprus
- Created: 2016-06-30T22:17:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T11:04:25.000Z (over 9 years ago)
- Last Synced: 2025-02-08T17:32:18.908Z (over 1 year ago)
- Language: Shell
- Size: 654 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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

The Win palette

### 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.