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:
- Host: GitHub
- URL: https://github.com/carloluis/dotfiles
- Owner: carloluis
- License: mit
- Created: 2017-07-24T00:02:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T21:16:26.000Z (about 5 years ago)
- Last Synced: 2024-04-15T02:04:49.655Z (about 2 years ago)
- Topics: bash, dotfiles, environment, gitconfig
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles · [](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)