Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rmariano/dotfiles
- Owner: rmariano
- License: mit
- Created: 2015-09-13T23:54:57.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T16:39:32.000Z (5 months ago)
- Last Synced: 2024-10-07T20:08:17.797Z (about 1 month ago)
- Topics: bash, dotfiles, linux, tmux, tmux-configs, zsh
- Language: Shell
- Size: 748 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).