https://github.com/anthonkendel/dotfiles
Configuration files a.k.a dotfiles
https://github.com/anthonkendel/dotfiles
anthonkendel dotfiles
Last synced: 3 months ago
JSON representation
Configuration files a.k.a dotfiles
- Host: GitHub
- URL: https://github.com/anthonkendel/dotfiles
- Owner: anthonkendel
- Created: 2019-03-23T19:48:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T14:16:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T23:35:19.040Z (4 months ago)
- Topics: anthonkendel, dotfiles
- Language: Shell
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
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. |## Development
### Requirements
- `node` >= v10
- `npm` >= v5### Install dependencies
```bash
npm install
```When commiting, files will be tested with [Prettier](https://prettier.io/) and the commmit message with [commitlint](https://commitlint.js.org/#/) to enfore consistent style.