From 9211117f5eddc87fbd172b1e0a30197a0fc389d0 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 12 May 2024 21:19:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=B1=20standard=20commits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b93848b..40efe63 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ ## my fish config # dependencies - -´´´ +``` - fish - stow - git - make -´´´ +``` -Install these dependencies, then ```git clone https://git.k4li.me/pika/fish.git && cd fish/´´´ +Install these dependencies, then ```git clone https://git.k4li.me/pika/fish.git && cd fish/ ``` # installation -Installation is done via stow which is done via the makefile. Just do ´´´make´´´ for installation and ´´´make remove´´´ for deinstallation. Be sure to backup your existing fish config, as stow will make a symlink to your '$HOME/.config' dir and thus it has to be empty. +Installation is done via stow which is done via the makefile. Just do ```make``` for installation and ```make remove``` for deinstallation. Be sure to backup your existing fish config, as stow will make a symlink to your '$HOME/.config' dir and thus it has to be empty.