18 lines
		
	
	
	
		
			523 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			523 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Gaiety's Dotfiles
 | 
						|
 | 
						|
Designed for MacOS.
 | 
						|
 | 
						|
## Setup
 | 
						|
* [Install asdf](https://asdf-vm.com/#/core-manage-asdf) version manager `brew install asdf`
 | 
						|
* `brew install ripgrep`
 | 
						|
* `brew install iterm2` (a color theme is in the root directory, feel free to import it in preferences
 | 
						|
* `brew install neovim`
 | 
						|
* `brew install fzf` & `$(brew --prefix)/opt/fzf/install`
 | 
						|
* `sh -c "$(curl -fsSL https://git.io/get-zi)" --`
 | 
						|
 | 
						|
```sh
 | 
						|
npm i -g pyright
 | 
						|
sh init
 | 
						|
```
 | 
						|
 | 
						|
First time neovim `nvim` loads it will not be happy haha, so run `:PlugInstall`.
 |