sigfriedCub1990 / dotfiles

Trying to organize my configurations across my different environments

Home Page:https://rsgarxia.is-a.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruben's dotfiles.

Powered by Antibody

Config files for ZSH, Nvim, st and more.

The configurations I use in my workstations, both MacOS and Linux.

Desktop

Nvim

Installation

Dependencies

  • git: to clone the repo
  • curl: to download some stuff
  • zsh: to actually run the dotfiles
  • sudo: some configs may need this

Install:

$ git clone https://github.com/sigfriedCub1990/dotfiles/
$ cd dotfiles
$ ./install && ./script/bootstrap

Recommended software

For macOS:

  • iTerm: a better terminal emulator;

For Linux:

For both:

  • nvim
  • fzf: command-line fuzzy finder
  • fd: user-friendly alternative to find
  • bat: a cat clone with wings
  • ripgrep: super fast grep alternative
  • delta: even better git diff outputs
  • grc: generic colouriser
  • ghq

Heavily inspired by

Nikita's dotfile caarlos0's dotfiles

MIT

About

Trying to organize my configurations across my different environments

https://rsgarxia.is-a.dev


Languages

Language:Shell 61.9%Language:Lua 36.8%Language:Python 1.3%