-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
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
FedericoCapaldo
Metadata
Metadata
Assignees
Labels
No labels