Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sigfriedcub1990/dotfiles

Trying to organize my configurations across my different environments
https://github.com/sigfriedcub1990/dotfiles

configs dotfiles neovim tmux zsh

Last synced: about 7 hours ago
JSON representation

Trying to organize my configurations across my different environments

Awesome Lists containing this project

README

        

# Ruben's dotfiles.

[![Powered by Antibody][ab]][ap]

> Config files for ZSH, Nvim, st and more.

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

#### Desktop
![](https://i.imgur.com/NI4VCuf.png)

#### Nvim
![](https://i.imgur.com/FBsIG1Q.png)

[ap]: https://github.com/getantibody/antibody
[ab]: https://img.shields.io/badge/powered%20by-antibody-blue.svg?style=flat-square

## 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:

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

### Recommended software
For macOS:
- iTerm: a better terminal emulator;

For Linux:
- [`Luke Smith's st build`](https://github.com/LukeSmithxyz/st)

For both:
- [`nvim`](https://github.com/neovim/neovim)
- [`fzf`](https://github.com/junegunn/fzf): command-line fuzzy finder
- [`fd`](https://github.com/sharkdp/fd): user-friendly alternative to `find`
- [`bat`](https://github.com/sharkdp/bat): a cat clone with wings
- [`ripgrep`](https://github.com/BurntSushi/ripgrep): super fast `grep` alternative
- [`delta`](https://github.com/dandavison/delta): even better `git` diff outputs
- [`grc`](https://github.com/garabik/grc): generic colouriser
- [`ghq`](https://github.com/x-motemen/ghq)

## Heavily inspired by
[Nikita's dotfile](https://github.com/nikitavoloboev/dotfiles)
[caarlos0's dotfiles](https://github.com/caarlos0/dotfiles)

[![MIT](https://img.shields.io/badge/license-MIT-0a0a0a.svg?style=flat&colorA=0a0a0a)](LICENSE)