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

https://github.com/carloluis/dotfiles

my configuration files :memo:
https://github.com/carloluis/dotfiles

bash dotfiles environment gitconfig

Last synced: 5 months ago
JSON representation

my configuration files :memo:

Awesome Lists containing this project

README

          

# dotfiles · [![GitHub license](https://img.shields.io/github/license/carloluis/dotfiles.svg)](https://github.com/carloluis/dotfiles/blob/master/LICENSE)

```
█▀▀▄ █▀▀█ ▀▀█▀▀ █▀▀ ░▀░ █░░ █▀▀ █▀▀
█░░█ █░░█ ░░█░░ █▀▀ ▀█▀ █░░ █▀▀ ▀▀█
▀▀▀░ ▀▀▀▀ ░░▀░░ ▀░░ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀
```

> This repo contains my configuration files...

More info about dotfiles [here](https://dotfiles.github.io/)

## Structure

```
dotfiles
├── docs
│ ├── bash.md
│ ├── git.md
│ └── README.md
├── .aliases.sh
├── .bash_profile
├── .bashrc
├── .gitignore_global
├── .gitconfig
├── ...
└── README.md
```

## Instalation

```bash
git clone https://github.com/carloluis/dotfiles.git ~/.dotfiles

bash ~/.dotfiles/install.sh
```

## License

MIT © [Carloluis](https://github.com/carloluis)