Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rudiney/dotfiles

My personal dotfiles repo
https://github.com/rudiney/dotfiles

Last synced: about 1 month ago
JSON representation

My personal dotfiles repo

Awesome Lists containing this project

README

        

# Rudi's personal dotfiles

This repo follows the [GNU stow](https://www.gnu.org/software/stow/) naming convention to ealisy
setup and share dotfiles between machines.

## New machine install steps
1. [brew](https://brew.sh)
1. [Oh-my-zsh](https://ohmyz.sh/#install)
1. brew packages: `brew install neovim ripgrep fd nvm rbenv gh stow lazygit`
- RipGrep
- fd
- [NeoVim](https://neovim.io)
- [nvm](https://github.com/nvm-sh/nvm)
- [rbenv](https://github.com/rbenv/rbenv)
- lazygit
- gh
- stow
1. stow dotfiles: `stow zsh nvim vimplug`
1. install a node version: `nvm install v20`
1. install yarn with `corepack enable`
1. install node->neovim lib: `yarn global add neovim`
1. install a ruby version: `rbevn install 3.3.3`
1. install ruby->neovim lib: `gem install neovim`
1. open `nvim` and run `:PlugInstall`
> run `:checkhealth` for a health report