Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Fzf | 52,607 | 8 | 5 | 2 days ago | 62 | April 17, 2021 | 321 | mit | Go | |
:cherry_blossom: A command-line fuzzy finder | ||||||||||
Fzf.vim | 8,915 | 2 days ago | 341 | mit | Vim Script | |||||
fzf :heart: vim | ||||||||||
Nvim | 1,711 | 18 days ago | 10 | Vim Script | ||||||
The Ultimate NeoVim Config for Colemak Users | ||||||||||
Nvim Bqf | 1,168 | 3 days ago | 8 | bsd-3-clause | Lua | |||||
Better quickfix window in Neovim, polish old quickfix window. | ||||||||||
Notational Fzf Vim | 1,097 | 7 months ago | 16 | Vim Script | ||||||
Notational velocity for vim. | ||||||||||
Dotfiles | 1,028 | 2 days ago | 2 | mit | Emacs Lisp | |||||
Configurations for the tools I use every day | ||||||||||
Fzf Preview.vim | 850 | 4 months ago | 122 | April 28, 2022 | 18 | mit | TypeScript | |||
The plugin that powerfully integrates fzf and (Neo)vim. It is also possible to integrate with coc.nvim. | ||||||||||
Dot_vim | 678 | a month ago | mit | Vim Script | ||||||
My 10 Year-Old (Neo)Vim Configuration | ||||||||||
Jarvis | 626 | 2 years ago | 2 | mit | Vim script | |||||
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh | ||||||||||
Vim Zettel | 503 | 6 months ago | 49 | mit | Vim Script | |||||
VimWiki addon for managing notes according to Zettelkasten method |
: '
_ _ __ _ _
| | | | / _(_) |
__| | ___ | |_| |_ _| | ___ ___
/ _` |/ _ \| __| _| | |/ _ \/ __|
| (_| | (_) | |_| | | | | __/\__ \
\__,_|\___/ \__|_| |_|_|\___||___/
--------------------------------
Add a dot in front of that file!
----------------------------------------------
-----------------------------------------------------------------------
This repository is the collection of configurations that I learned over
time and still use for my daily work. The repository contains configs
files for vim, tmux and etc. This reposiotry also contains a file for
automating the setup of your development machine by using xcode tools,
brew.sh and kalkayan/dotfiles.
-----------------------------------------------------------------------
'
This repository is the pack of Linux-based configurations that I learned over time and still regularly use. It includes some bash, fzf (the goodness), ripgrep, vim, sweetening prompt, tmux, and so much more. The repository is just the code; if you are interested in building your own development experience from scratch, read the following series: Add a dot in front of that file! (A four-part series based on my learnings).
Before starting the installation, I recommend reading Storing dotfiles with Git to understand how this repository makes the best of Git using --bare
.
You can either follow the above articles and install these using git clone --bare https://github.com/kalkayan/dotfiles.git
or use the setup script to install dotfiles/setup a machine/installing bins and casks and other things.
# To install the dotfiles
curl -fsSL https://sh.kalkayan.io/setup | zsh -s -- --with-dotfiles
Also, this repository provides you a neat way of setting up a new system with a single command, independent of any other softwares, run:
# To setup a new machine from scratch
curl -fsSL https://sh.kalkayan.io/setup | zsh -s -- --new-machine
If in case
https://sh.kalkayan.io/setup
is not available, please use the mirrorhttps://github.kalkayan.io/dotfiles/setup
.
Suggestions / Improvements or any other helpful trick is always welcome, Please raise a PR with some context or any helpful links.
Feel free to reach me out at [email protected] or connect with me on LinkedIn.