mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
31 lines
924 B
Org Mode
31 lines
924 B
Org Mode
* dotfiles
|
|
This repository contains dotfiles for multiple platforms, with /colemak/
|
|
as the default keyboard layout.
|
|
|
|
No rice, no Unixporn/NTporn, just a simple setup that works for me.
|
|
|
|
Works for Windows, Linux and MacOS.
|
|
|
|
** Structure
|
|
|
|
#+begin_src 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)
|
|
#+end_src
|
|
|
|
** Keybindings
|
|
|
|
#+begin_example
|
|
^
|
|
e
|
|
< h i >
|
|
n
|
|
v
|
|
#+end_example
|