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
Some links on the readme like the following are not well linked because the files are not there
All this dotfiles are moved to somehere and the link is not working