..
.
	├── [4.0K]  .bitcoin/
	├── [4.0K]  .config/
	├── [4.0K]  etc/
	├── [4.0K]  .newsboat/
	├── [4.0K]  .vim/
	├── [4.0K]  .w3m/
	├── [8.0K]  .bashrc
	├── [2.6K]  .cdmrc
	├── [4.3K]  .dir_colors
	├── [  26]  .gitattributes
	├── [808K]  git_screenshot1.png
	├── [3.6K]  .gv
	├── [ 39K]  .gv_example
	├── [5.9K]  .inputrc
	├── [1.1K]  .inputrc.kevva
	├── [  41]  .kshrc
	├── [ 172]  .less
	├── [ 469]  .lesskey
	├── [4.0K]  ls++.conf
	├── [ 272]  .moprc
	├── [ 10K]  .nanorc
	├── [ 12K]  .nanorc_PORTUGUES
	├── [7.5K]  .profile
	├── [110K]  .rc
	├── [1.6K]  README.md
	├── [2.9K]  .screenrc
	├── [4.4K]  .tmux.conf
	├── [ 38K]  .vimrc
	├── [ 949]  .vimrc_manpager
	├── [6.1K]  .xbindkeysrc
	├── [1.6K]  .xinitrc
	├── [ 318]  .Xmodmap
	├── [ 26K]  .Xresources
	├── [ 934]  .xserverrc
	├── [ 662]  .zshenv
	├── [ 20K]  .zshrc
	├── [4.0K]  .zshrc_fromAlad
	└── [123K]  .zshrc_from_GRML.old
	
	
:::::::-.      ...   ::::::::::::.-:::::'::: :::    .,:::::: .::::::. 
 ;;,   `';, .;;;;;;;.;;;;;;;;'''';;;'''' ;;; ;;;    ;;;;'''';;;`    ` 
 `[[     [[,[[     \[[,   [[     [[[,,== [[[ [[[     [[cccc '[==/[[[[,
  $$,    $$$$$,     $$$   $$     `$$$"`` $$$ $$'     $$""""   '''    $
  888_,o8P'"888,_ _,88P   88,     888    888o88oo,.__888oo,__88b    dP
  MMMMP"`    "YMMMMMP"    MMM     "MM,   MMM""""YUMMM""""YUMMM"YMmMY" 
Run control
Most shell functions and aliases are at file .rc. That is sourced from both .bashrc and .zshrc, which contains configs for each shell.
The .rc file changes constantly and is also a testcamp for new code. When functions become too large and mature, they may be promoted to full-fledged scripts and moved to scripts repo.
Fig 1. “Own deserted island in the heart of a busy city. Breathe in[..]”
               __  ___                  
 _______ ____ / /_/ _ |_    _____ ___ __
/ __/ _ `(_-</ __/ __ | |/|/ / _ `/ // /
\__/\_,_/___/\__/_/ |_|__,__/\_,_/\_, / 
                                 /___/  
                        __       _                  ___     
  __ _  ___  __ _____  / /____ _(_)__  ___ ___ ____/ _ )____
 /  ' \/ _ \/ // / _ \/ __/ _ `/ / _ \/ -_) -_) __/ _  / __/
/_/_/_/\___/\_,_/_//_/\__/\_,_/_/_//_/\__/\__/_/ /____/_/   
6 directories, 32 files
	
	
To download all files from a directory, try:
	
	wget -r -np [URL]/
	That is a shame GitHub limits file size to 100MB.