Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rmariano/dotfiles

My dotfiles
https://github.com/rmariano/dotfiles

bash dotfiles linux tmux tmux-configs zsh

Last synced: 21 days ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

# Unix Shell Configuration Files
--------------------------------

The list of my configuration files. Each file should be placed into its
corresponding path.

## Use

1. Clone the repository, and then
2. Run the following command to setup the configuration files:

```console
$ make dev-deploy
```

## Extensibility & custom configuration

If there exists a file at ``~/.extra``, this configuration will be loaded after
all the default values, making the configuration extensible. Here, custom
extensions, aliases, functions, that aren't going to be tracked or versioned
can be written, potentially overriding default values.

This will link the files from the downloaded path to the home directory.

# Dependencies

* A mono spaced font compatible with the zsh characters (for example ``Source Code Pro``).
* Optionally, the ``zsh`` shell can be used.

## Vim

This configuration has its own repository, for my custom `Vim`
configuration check out [rmariano vim](https://github.com/rmariano/vim-config).