diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-03 19:27:15 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-03 19:27:15 -0400 |
commit | e371d9edd474bcf89cf5d462eaccb8638900b390 (patch) | |
tree | ed07118f5c514a55f23a779a1507640e46fd9ed2 /.config/shortcutrc |
Initial commit
Diffstat (limited to '.config/shortcutrc')
-rw-r--r-- | .config/shortcutrc | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.config/shortcutrc b/.config/shortcutrc new file mode 100644 index 0000000..58c5364 --- /dev/null +++ b/.config/shortcutrc @@ -0,0 +1,34 @@ +# _____ _ _ _ +# / ____| | | | | | +# | (___ | |__ ___ _ __| |_ ___ _ _| |_ _ __ ___ +# \___ \| '_ \ / _ \| '__| __/ __| | | | __| '__/ __| +# ____) | | | | (_) | | | || (__| |_| | |_| | | (__ +# |_____/|_| |_|\___/|_| \__\___|\__,_|\__|_| \___| +# + + + +# #---Universal Shortcut Configuration File---# # +# First column should have the directory's Label +# Second column should contain the shortcut itself +# (without the modifier) +# Third column should contain the directory itself +# (It can contain environmental variables) + +|----------------+-----+--------------------------------------------------| +| Bibliographies | bb | $HOME/Dropbox/A/Scholar/All/References | +| Config | cf | $HOME/.config | +| Downloads | dl | $HOME/Dropbox/Downloads | +| Dropbox | db | $HOME/Dropbox | +| Music | ms | $HOME/Music | +| Neovim | vi | $HOME/.config/nvim | +| Personnal | ps | $HOME/Dropbox/A/Personnal/ | +| Wallpapers | wp | $HOME/Dropbox/A/Personnal/Photos/Wallpapers | +| RSS | rss | $HOME/.config/newsboat | +| Scholar | sf | $HOME/Dropbox/A/Scholar/1-CEGEP/Courses/session5 | +| Workspace | ws | $HOME/Workspace | +| Scripts | sc | $HOME/.scripts | +| Hotkeys | sx | $HOME/.config/sxhkd | +| Images | img | $HOME/Dropbox/A/Personnal/Photos/unsorted | +| Compilation | cmp | $HOME/Compilation | +|----------------+-----+--------------------------------------------------| |