https://github.com/jonasbn/dotfiles
My dotfiles
https://github.com/jonasbn/dotfiles
ack bash dotfiles editorconfig git
Last synced: about 2 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/jonasbn/dotfiles
- Owner: jonasbn
- License: mit
- Created: 2017-05-15T09:22:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T17:51:10.000Z (over 4 years ago)
- Last Synced: 2025-02-15T05:27:20.010Z (over 1 year ago)
- Topics: ack, bash, dotfiles, editorconfig, git
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
## .ackrc
Configuration file for [`ack`](http://beyondgrep.com/)
See my _[Today I Learned](https://jonasbn.github.io/til/ack/define_a_custom_search_filetype_scope.html)_
## .bash_completion
Sourcing script for `bash` completions.
See my _[Today I Learned](https://jonasbn.github.io/til/bash/create_dir_for_own_completions.html)_
## .editorconfig
File for [EditorConfig](http://editorconfig.org/).
I am currently using **EditorConfig** with **VScode**, `eclint`and lately `ec` since `eclint` is not longer actively developed.
Do also see my _[Today I Learned](https://jonasbn.github.io/editorconfig/use_editorconfig.html)_
## .gitconfig
Configuration file for `git`
Checkout the cool aliases in the `[alias]` section, they are not all mine, I list resources where I have them. The `[include]` section, enabling you to isolate personal information in a `~/.gitconfig.local` is quite useful.
Do also see my _[Today I Learned](https://jonasbn.github.io/til/git/maintain_multiple_git_ids.html)_
## starship.toml
Configuration file for [Starship](https://starship.rs/).
It is deployed to: `.config/starship.toml`
Do also see my _[Today I Learned](http://jonasbn.github.io/til/starship/use_starship.html)_
# License
This is made available under the MIT license, see separate license file.
# Copyright
©️ jonasbn 2017-2022