From 61b5183bc7157b13a7faf1eaf1747fa887b65768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Wed, 31 May 2023 01:25:24 +0200 Subject: [PATCH] feat: mention alacritty and font setup in README --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6f801b5..b84cb6b 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,18 @@ ## setup cheat sheet -1. install [zsh](https://www.zsh.org/) -2. install [oh-my-zsh](https://ohmyz.sh/) +- install [alacritty](https://github.com/alacritty/alacritty) + - install `JetBrainsMonoNL` font from [nerd-fonts](https://github.com/ryanoasis/nerd-fonts) +- install [zsh](https://www.zsh.org/) +- install [oh-my-zsh](https://ohmyz.sh/) - install [zsh-nvm](https://github.com/lukechilds/zsh-nvm) - install [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) - install [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) -3. install [go](https://go.dev/) -4. install [ggman](https://github.com/tkw1536/ggman) -5. install [pyenv](https://github.com/pyenv/pyenv) to $XDG_DATA_HOME/.pyenv +- install [go](https://go.dev/) +- install [ggman](https://github.com/tkw1536/ggman) +- install [pyenv](https://github.com/pyenv/pyenv) to $XDG_DATA_HOME/.pyenv - set `PYENV_ROOT` and use [pyenv-installer](https://github.com/pyenv/pyenv-installer) - install [pyenv-default-packages](git clone https://github.com/jawshooah/pyenv-default-packages.git $(pyenv root)/plugins/pyenv-default-packages) - symlink `.pyenv/default-packages` to `$PYENV_ROOT/default-packages` -6. install [neovim](https://neovim.io/) +- install [neovim](https://neovim.io/) - follow `README.md` in [janezicmatej/nvim](https://github.com/janezicmatej/nvim/)