Configuration files a.k.a dotfiles
File | Description |
---|---|
.bash_aliases |
All bash aliases is seperated into its own file. |
.bash_profile |
Bash configurations. Some configurations is picked up from other repositories and some done by me. |
.bashrc |
Sources .bash_profile if it exists. |
.gitconfig |
Git configurations and git aliases. |
.profile |
Sources .bash_profile if it exists. |
install.bash |
Installs dotfiles. |
node
>= v10npm
>= v5
npm install
When commiting, files will be tested with Prettier and the commmit message with commitlint to enfore consistent style.