Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sigfriedcub1990/dotfiles
- Owner: sigfriedCub1990
- Created: 2017-10-07T22:35:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T21:19:31.000Z (10 months ago)
- Last Synced: 2024-01-05T22:32:16.296Z (10 months ago)
- Topics: configs, dotfiles, neovim, tmux, zsh
- Language: Shell
- Homepage: https://rsgarxia.is-a.dev
- Size: 2.48 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)