CodelyTV / dotfiles

🐒 πŸ’¨ Speedup your MacOS setup with this fine tuning settings
https://codely.tv
MIT License
305 stars 54 forks source link

The link on README broken #9

Open CrisKrus opened 4 years ago

CrisKrus commented 4 years ago

Some links on the readme like the following are not well linked because the files are not there

### πŸ’» Shell dotfiles

* [`.aliases`](.aliases): Common command aliases in order to save some characters 😬
* [`.bashrc`](.bashrc): Main config for Bash shell (loads common `.profile`)
* [`.functions`](.functions): Common shell functions (key difference from `.aliases`: functions will receive an argument)
* [`.profile`](.profile): Common profile between the different shells in order to have all the functionalities in both of them. This file loads `.aliases` and `.functions`
* [`.zshrc`](.zshrc): Main config for ZSH shell (loads common `.profile`)

### πŸ™ Git dotfiles

* [`.gitconfig`](.gitconfig): Different settings for the Git CSV system such as including the following file 
* [`.gitignore_global`](.gitignore_global): Ignore rules to apply to every single repository (usefull to do not mess up the project `.gitignore` file with particularities of your development environment such as the `.DS_Store` files or your IDE settings)

All this dotfiles are moved to somehere and the link is not working