https://github.com/sdaschner/dotfiles
Dotfiles
https://github.com/sdaschner/dotfiles
Last synced: 5 months ago
JSON representation
Dotfiles
- Host: GitHub
- URL: https://github.com/sdaschner/dotfiles
- Owner: sdaschner
- License: apache-2.0
- Created: 2015-04-14T14:46:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T07:37:18.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:15:53.487Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 89.8 KB
- Stars: 281
- Watchers: 17
- Forks: 64
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - sdaschner/dotfiles - Dotfiles (Shell)
README
== Dotfiles
Some of my dotfiles. Have a look at my https://blog.sebastian-daschner.com/entries/developer-productivity-masterclass-early-access[video course masterclass^] on developer productivity.
=== Structure
- All files and directories that start with a dot (`.`) belong to the user's home directory, directly or via symlink.
- `bin/` contains binaries and has to reside in the `$PATH`
- `examples/` contains examples for my videos and courses
- `uhk/` contains the configuration for my Ultimate Hacking Keyboard=== IntelliJ Live templates
Copy the live templates into your IDEA configuration directory, under `/config/jba_config/templates/`.
NOTE: In IntelliJ `2020.1` the default configuration directory https://www.jetbrains.com/help/idea/tuning-the-ide.html#default-dirs[has changed^]. +
For Linux, the default is now `~/.config/JetBrains/IntelliJIdea20XX.X/`The `config/jba_config/templates.xml` files exists to avoid collisions with predefined default templates. You might have to merge in the parts of the XML file manually.