dotfiles/README.md

43 lines
994 B
Markdown
Raw Normal View History

2023-02-18 12:35:56 +00:00
## Configurations
2023-01-01 14:16:21 +00:00
- [Neovim Nightly](https://github.com/neovim/neovim)
2023-02-18 12:35:56 +00:00
- ~[Kitty](https://github.com/kovidgoyal/kitty)~ Replaced by wezterm
- [Wezterm](https://github.com/wez/wezterm)
2023-01-01 14:16:21 +00:00
- [Fish Shell](https://github.com/fish-shell/fish-shell)
2023-02-18 12:35:56 +00:00
- More
2023-01-01 14:16:21 +00:00
2023-02-18 12:35:56 +00:00
## Fonts
2023-01-01 14:16:21 +00:00
2023-02-18 12:35:56 +00:00
You will have to install the fonts I use in these dotfiles separately
2023-01-01 14:16:21 +00:00
2023-02-18 12:35:56 +00:00
- [ttf-jetbrains-mono-nerd](https://github.com/ryanoasis/nerd-fonts)
## Programs used
- [ripgrep](https://github.com/BurntSushi/ripgrep) (used by nvim)
- [exa](https://github.com/ogham/exa) (ls replacement used by fish)
## Usage
- Clone the repository (e.g into `~/.dotfiles`)
```
git clone https://git.papadakis.xyz/dotfiles/ ~/.dotfiles
cd ~/dotfiles
```
- For automated dotfile linking use [just](https://github.com/casey/just)
```
just add fish
just add nvim
just add wezterm
```
- Or, manually link the directory you need
```
ln -s ~/.dotfiles/fish ~/.config/fish
ln -s ~/.dotfiles/nvim ~/.config/nvim
ln -s ~/.dotfiles/wezterm ~/.config/wezterm
```