readme update
This commit is contained in:
parent
ea816f6870
commit
107478513e
1 changed files with 5 additions and 13 deletions
18
README.md
18
README.md
|
@ -6,22 +6,14 @@ Designed for Unix Systems.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
Misc dependencies: `git, curl`
|
Misc dependencies: `git, curl, apt`
|
||||||
|
|
||||||
* [Install VictorMono Nerd Font](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/VictorMono)
|
|
||||||
* [Install mise](https://mise.jdx.dev) version manager
|
|
||||||
* [Kitty for Linux](https://sw.kovidgoyal.net/kitty)
|
|
||||||
* Install [NeoVim](https://neovim.io/)
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./setup.sh
|
# apt Installations
|
||||||
|
sudo ./setup.sh
|
||||||
|
|
||||||
mise install
|
# Links & Configs
|
||||||
ln -s "$(pwd)/nvim" ~/.config/nvim
|
task
|
||||||
ln -s "$(pwd)/fish" ~/.config/fish
|
|
||||||
ln -s "$(pwd)/kitty" ~/.config/kitty
|
|
||||||
ln -s "$(pwd)/zellij" ~/.config/zellij
|
|
||||||
ln -s "$(pwd)/starship.toml" ~/.config/starship.toml
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue