Home

Awesome

Mario's dotfiles

Hyper terminal with hyper-snazzy theme & Droid Sans Mono font

<img src="https://user-images.githubusercontent.com/3719969/81431222-b9e28080-9158-11ea-9d4d-7fe49c50ed31.png" width="859" alt="Hyper">

Setup

Installation

Add new dotfiles

Just cd to your dotfiles repository, add your new dotfiles and then run symlink-setup.sh

Summary of files

Automatic config

Shell

Editor

Git

Commands (~/bin)

Manual run

Private config

Git

Use ~/.gitconfig.local for your private git configuration. Eg: username, tokens...

[user]
  name = John Doe
  email = johndoe@example.com
# ...

Extra

You can create a file ~/.extra and add your private configuration.

My ~/.extra looks something like this:

# Project aliases
alias dotfiles="cd ~/Dev/projects/dotfiles"
# ...

Also you can use this file for override settings, functions and aliases.

Thanks to...

This project is principally for personal use and is based on Mathias' and Paul's dotfiles.

License

MIT © marioblas