update readme

This commit is contained in:
Nikos Papadakis 2023-06-17 15:52:39 +03:00
parent 1d2511c7c7
commit b5b45e9fe5
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02

View file

@ -1,10 +1,9 @@
## Configurations ## Configurations
- [Neovim Nightly](https://github.com/neovim/neovim) - [Neovim Nightly](https://github.com/neovim/neovim)
- ~[Kitty](https://github.com/kovidgoyal/kitty)~ Replaced by wezterm
- [Wezterm](https://github.com/wez/wezterm) - [Wezterm](https://github.com/wez/wezterm)
- [Fish Shell](https://github.com/fish-shell/fish-shell) - [Fish Shell](https://github.com/fish-shell/fish-shell)
- More - And more
## Fonts ## Fonts
@ -12,17 +11,19 @@ You will have to install the fonts I use in these dotfiles separately
- [ttf-jetbrains-mono-nerd](https://github.com/ryanoasis/nerd-fonts) - [ttf-jetbrains-mono-nerd](https://github.com/ryanoasis/nerd-fonts)
## Programs used ## Nice programs to have
- [ripgrep](https://github.com/BurntSushi/ripgrep) (used by nvim) - [ripgrep](https://github.com/BurntSushi/ripgrep) (used by nvim)
- [fd](https://github.com/sharkdp/fd) (used by nvim)
- [exa](https://github.com/ogham/exa) (ls replacement used by fish) - [exa](https://github.com/ogham/exa) (ls replacement used by fish)
## Usage ## Usage
- Clone the repository (e.g into `~/.dotfiles`) - Clone the repository (e.g into `~/.dotfiles`)
``` ```
git clone https://git.papadakis.xyz/dotfiles/ ~/.dotfiles git clone https://git.papadakis.xyz/dotfiles/ ~/.dotfiles
cd ~/dotfiles cd ~/.dotfiles
``` ```
- For automated dotfile linking use [just](https://github.com/casey/just) - For automated dotfile linking use [just](https://github.com/casey/just)
@ -36,7 +37,7 @@ just add wezterm
- Or, manually link the directory you need - Or, manually link the directory you need
``` ```
ln -s ~/.dotfiles/fish ~/.config/fish ln -s ~/.dotfiles/fish/dot-config/fish ~/.config/fish
ln -s ~/.dotfiles/nvim ~/.config/nvim ln -s ~/.dotfiles/nvim/dot-config/nvim ~/.config/nvim
ln -s ~/.dotfiles/wezterm ~/.config/wezterm ln -s ~/.dotfiles/wezterm/dot-config/wezterm ~/.config/wezterm
``` ```