Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crazyoptimist/dotfiles

crazyoptimist's dotfiles
https://github.com/crazyoptimist/dotfiles

bash-prompt bashrc dotfiles nvim nvim-config nvim-lua starship-prompt terminal-start-line terminal-theme tmux vim vim-configuration vimrc

Last synced: 13 days ago
JSON representation

crazyoptimist's dotfiles

Awesome Lists containing this project

README

        

# crazyoptimist's dotfiles

Everything is for Ubuntu/Debian by default, but you will be able to make it work for your distro with minimal adjustments.

### Shell Prompt(Starship)

```bash
make init
```

### Vim

```bash
make vim
```

### NeoVim

```bash
make nvim
```

### Optional

[ripgrep](https://github.com/BurntSushi/ripgrep) is super cool and not optional imo :D

```bash
cargo install ripgrep
pip install pynvim
npm i -g neovim
```