horseinthesky / dotfiles

My development environment setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🛠️ dotfiles

Always a WIP :)

📚 Screenshots

This is how Neovim start screen looks like

aplha

Neovim experience

nvim nvim_insert

Neovim telescope plugin for finding stuff

telescope

Shell fzf tool

fzf

Shell ripgrep tool

rg

Shell fd tool

fd

⚡️ Requirements

  • Regular Linux host. Debian and Arch based distros are supported
  • Git
  • Nerd Font (optional)

✨ Features

Here is a list of what is going to be installed and setup:

📦 Installation

Clone the repo

git clone https://github.com/horseinthesky/dotfiles

Install bootstrap packages

cd dotfiles && ./bootstrap.sh

Use make to install whatever tool you need

make zsh nvim

or all of them at once

make

About

My development environment setup

License:MIT License


Languages

Language:Shell 59.4%Language:Lua 38.6%Language:Python 1.5%Language:AutoHotkey 0.3%Language:Makefile 0.1%