From d4b6dde3803309a1d4cee654b40b5b3f75709d79 Mon Sep 17 00:00:00 2001 From: Waldir Borba Junior Date: Tue, 27 Feb 2024 12:30:41 -0300 Subject: [PATCH] Update README.md --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 30a257a..ad1223b 100644 --- a/README.md +++ b/README.md @@ -56,21 +56,12 @@ This will download and install the latest version of glink. Make sure that your glink .... #TODO ``` -## Recommended tmux Settings +## .glink-ignore` -I recommend you add these settings to your `tmux.conf` to have a better experience with this plugin. +You can add files/directories to ignore list, so when execute `glink` the content will no be linked. ```sh -#TODO -``` - -## Configuration - -You can configure glink by creating a `glink.toml` file in your `$XDG_CONFIG_HOME/glink` or `$HOME/.config/glink` directory. - -```sh -mkdir -p ~/.config/glink -touch glink.toml +touch .glink-ignore ``` ## Contributors