mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
17 lines
719 B
Markdown
17 lines
719 B
Markdown
# dotfiles
|
|
|
|
This repository contains dotfiles for multiple platforms, with _colemak_ as the default keyboard layout.
|
|
|
|
## Structure
|
|
|
|
```shell
|
|
.
|
|
├── .editorconfig # Editor configuration, for LF/CRLF correction
|
|
├── .gitattributes # Git attributes, for LF/CRLF correction
|
|
├── bootstrap # Setup scripts for new machines
|
|
├── common # Single-file configurations (lesskey, vimrc etc`)
|
|
├── platforms # Platform-specific configurations
|
|
├── readme.md # This file
|
|
├── scripts # Scripts for various tasks
|
|
└── tools # Multi-file configurations (shell, neovim etc)
|
|
```
|