feat(fish): Switch shell to fish

This commit is contained in:
js0ny 2024-12-19 19:56:24 +00:00
parent 053304c4d5
commit 9ed1246583
16 changed files with 3389 additions and 17 deletions

View file

@ -1,3 +1,17 @@
# .dotfiles
# dotfiles
Moving to _Colemak_
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)
```