Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crazyoptimist/dotfiles
- Owner: crazyoptimist
- License: mit
- Created: 2020-09-13T11:50:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T06:34:10.000Z (7 months ago)
- Last Synced: 2024-04-08T07:38:49.965Z (7 months ago)
- Topics: bash-prompt, bashrc, dotfiles, nvim, nvim-config, nvim-lua, starship-prompt, terminal-start-line, terminal-theme, tmux, vim, vim-configuration, vimrc
- Language: Lua
- Homepage:
- Size: 130 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```