joeldotdias / dotfiles

Config for Zsh, Neovim, Tmux and Starship

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Config files for a few tools that make life better
Won't make your terminal look too good but your grandma will think you're cool

Install script

A 15 minute script to fully setup a fresh installation of any Debian based system

Prerequisites

  • cURL

To setup the system, run

curl -s https://raw.githubusercontent.com/joeldotdias/dotfiles/master/dev.sh -o setup.sh && bash setup.sh

This will install and setup the following

  • Languages
    • Rust
    • Go
    • OCaml
    • Zig
    • Lua
    • Node
  • Tools and utils
    • Zsh
    • Tmux
    • Neovim
    • Git
    • Starship
    • fzf
    • Ripgrep
    • Zoxide
    • jq
    • Lazygit
    • Lazydocker

About

Config for Zsh, Neovim, Tmux and Starship


Languages

Language:Lua 74.6%Language:Shell 25.4%