From fe310f528b257c88aafd2bdcd9640e23bb1fe2e4 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Mon, 27 Dec 2021 15:38:26 +0100 Subject: [PATCH] Add symlinks to all template files --- templates/alacritty.yml | 1 + templates/dunstrc | 1 + templates/i3/i3 | 1 + templates/i3/i3status | 1 + templates/nvim/init.vim | 1 + templates/rofi/askpass.rasi | 1 + templates/rofi/config.rasi | 1 + 7 files changed, 7 insertions(+) diff --git a/templates/alacritty.yml b/templates/alacritty.yml index 32424df..cefdcd6 100644 --- a/templates/alacritty.yml +++ b/templates/alacritty.yml @@ -1,3 +1,4 @@ +{# symlink{~/.config/alacritty/alacritty.yml} #} # Configuration for Alacritty, the GPU enhanced terminal emulator. # Import additional configuration files diff --git a/templates/dunstrc b/templates/dunstrc index 005759b..4cc713a 100644 --- a/templates/dunstrc +++ b/templates/dunstrc @@ -1,3 +1,4 @@ +{# symlink{~/.config/dunst/dunstrc} #} # See dunst(5) for all configuration options [global] diff --git a/templates/i3/i3 b/templates/i3/i3 index ad606ea..40060d9 100644 --- a/templates/i3/i3 +++ b/templates/i3/i3 @@ -1,3 +1,4 @@ +{# symlink{~/.config/i3/config} #} # This file has been auto-generated by i3-config-wizard(1). # It will not be overwritten, so edit it as you like. # diff --git a/templates/i3/i3status b/templates/i3/i3status index 9a218ba..0b16ad5 100644 --- a/templates/i3/i3status +++ b/templates/i3/i3status @@ -1,3 +1,4 @@ +{# symlink{~/.config/i3status/config} #} # i3status configuration file. # see "man i3status" for documentation. diff --git a/templates/nvim/init.vim b/templates/nvim/init.vim index 9bbeec9..f3c2887 100644 --- a/templates/nvim/init.vim +++ b/templates/nvim/init.vim @@ -1,3 +1,4 @@ +{# symlink{~/.config/nvim/init.vim} #} colorscheme ron set nocompatible diff --git a/templates/rofi/askpass.rasi b/templates/rofi/askpass.rasi index e16321f..9d8be2f 100644 --- a/templates/rofi/askpass.rasi +++ b/templates/rofi/askpass.rasi @@ -1,3 +1,4 @@ +{# symlink{~/.config/rofi/themes/askpass.rasi} #} /* * by Siddharth Dushantha 2020 * A very minimal graphical helper for sudo's askpass. diff --git a/templates/rofi/config.rasi b/templates/rofi/config.rasi index a2ee9ad..d17042f 100644 --- a/templates/rofi/config.rasi +++ b/templates/rofi/config.rasi @@ -1,3 +1,4 @@ +{# symlink{~/.config/rofi/config.rasi} #} configuration { modi: "drun,run,ssh,window"; kb-cancel: "Escape,Meta+D";