Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mte90/dotfiles
My dotfiles
https://github.com/Mte90/dotfiles
bash dotfiles fzf neovim
Last synced: 30 days ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/Mte90/dotfiles
- Owner: Mte90
- Created: 2019-03-28T14:33:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T16:33:48.000Z (6 months ago)
- Last Synced: 2024-11-15T21:34:50.834Z (about 1 month ago)
- Topics: bash, dotfiles, fzf, neovim
- Language: Shell
- Homepage:
- Size: 3.93 MB
- Stars: 42
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
A list of external tools that is repo use (or extend) or that I use on daily usage.
## NeoVim
With a Python script, I am able to get only one running instance of [nvim-qt](https://github.com/mte90/my-scripts/blob/master/misc/nvim-qt.py), include also a venv detection.
## Bash tools
* [Custom bash line](https://github.com/petobens/trueline), Fast and extensible bash powerline prompt with true color and fancy icon support
* [Zoxide](https://github.com/ajeetdsouza/zoxide), a smarter cd command, inspired by z and autojump
* [eza](https://eza.rocks/), A modern replacement for ls
* [bat](https://github.com/sharkdp/bat), A cat(1) clone with wings
* [sd](https://github.com/chmln/sd), A sed alternative more simple
* [fdfind](https://github.com/sharkdp/fd), A simple, fast and user-friendly alternative to 'find'
* [ripgrep](https://github.com/BurntSushi/ripgrep), ripgrep recursively searches directories for a regex pattern
* [FZF](https://github.com/junegunn/fzf) with [custom settings](https://github.com/Mte90/dotfiles/tree/master/.bash/fzf)
* [complete-alias](https://github.com/cykerway/complete-alias), automagical shell alias completion## Git tools
* [Gitapper](https://github.com/Mte90/gitapper), a `git` wrapper with a lot of stuff
* [delta](https://github.com/dandavison/delta), A syntax-highlighting pager for git## Other tools installed
* [youtube-dlp](https://github.com/yt-dlp/yt-dlp)
* [nccm](https://github.com/flyingrhinonz/nccm)### My own tools
* [GH-License](https://github.com/Mte90/GH-License), Check if a repo include a license manually or with local Git Hooks
* [Delete song file playing in VLC and move to next](https://github.com/Mte90/My-Scripts/blob/master/misc/delete_song_by_dbus.py)
* [pydal](https://github.com/Mte90/pydal), Remap your specific keyboard to execute custom scripts!
* [Espanso-Autofixer](https://github.com/Mte90/espanso-typofixer), fix typos automatically for you
* [ExtStoreStats](https://github.com/Mte90/ExtStoreStats), Get the stats of your browser extension on different marketplace
* [Share Backported Firefox extension](https://github.com/Mte90/Share-Backported)
* [My-Scripts](https://github.com/Mte90/My-Scripts), Archive of my own scripts
* [WP-CLI Scripts](https://github.com/CodeAtCode/WPCli-scripts), Archive of my own wp-cli scripts