Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 |