Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achiurizo/dotfiles
These are my dotfiles, my configurations, my shell home I'd like to share.
https://github.com/achiurizo/dotfiles
dotfiles fish homebrew neovim tmux vim
Last synced: 2 months ago
JSON representation
These are my dotfiles, my configurations, my shell home I'd like to share.
- Host: GitHub
- URL: https://github.com/achiurizo/dotfiles
- Owner: achiurizo
- Created: 2011-05-05T02:16:06.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T17:59:17.000Z (3 months ago)
- Last Synced: 2024-10-14T13:26:03.985Z (3 months ago)
- Topics: dotfiles, fish, homebrew, neovim, tmux, vim
- Language: Shell
- Homepage:
- Size: 10.7 MB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![chezmoi](https://img.shields.io/badge/chezmoi-enabled-blue)
![macos](https://img.shields.io/badge/macos-enabled-green)
![wsl](https://img.shields.io/badge/wsl-enabled-cyan)
![codespaces](https://img.shields.io/badge/codespaces-enabled-black)Welcome to my dotfiles! These are my files that I run between mac OS, Ubuntu, WSL, and GitHub codespaces.
I use [Homebrew]() to manage dependencies across both systems and manage the deps within a [Brewfile]().
## Dispatch
| Command | Description |
|--------------|--------------------------------------|
| 'di' | Update file and run dispatch command |## Mini
| Command | Description |
|-------------- |-------------------------------------- |
| 'ga' | Aligns visual block with given |
| 'gc' | Comments out visual block |
| 'sr' | Replace surrounding with |
| 'tw' | Remove trailing whitespace |## LSP
| Command | Description |
|-------------- |-------------------------------------- |
| 'gD' | goto declaration |
| 'gd' | goto definition |
| 'K' | hover |
| 'gi' | goto implementation |
| '' | goto signature help |
| 'wa' | Add workspace folder |
| 'wr' | Remove workspace folder |
| 'wl' | List workspace folders |
| 'D' | goto type definition |
| 'rn' | run rename |
| 'ca' | run code action |
| 'gr' | goto references |
| 'f' | run format |## Rhubarb
| Command | Description |
|--------------|--------------------------------------|
| 'gB' | Open code in GitHub |## Telescope
| Command | Description |
|--------------|------------------------------|
| 'ff' | Find files by name |
| 'fg' | Grep(rg) for contents |
| 'fb | find active buffers |
| 'fh' | search vimdocs(help) |
| 'fm' | search all marks |
| 'gd' | search all LSP definitions |
| 'fd' | search diagnostics |
| 'ft' | search all tags(treesitter) |
| 'fc' | search colorschemes and pick |