- Fix
better-ls
command to avoid error message on some terminal emulators. Thanks to @louddesignstudios and @omega100. - make uptime format shorter.
- Avoid printing error caused by lspci.
- Moved new lines and layout of
status.sh
a bit. - Add support in the
setup.sh
script forzsh
. Thanks to @andresjose42
- Better README.
- Add alias scripts.
- Add better-ls script.
- Add reminder during installation of optional packages.
- Abridged installation steps.
- Quick 256-color reference in fancy-bash-prompt.config, suggested by Omega100.
- Added note to make sure UTF-8 is enabled in locale config, suggested by dzionek.
- Added symbol to indicate status of the current git branch if current workdir is inside git branch. Inspired by twolfson's sexy-bash-prompt (https://github.com/twolfson/sexy-bash-prompt).
- Improvement and fixes to textfiles and code comments.
- Fixed "N/A" message printed for SWAP_MON if there is no swap (reported by jhakonen).
- Add preview of the configuation options for status.sh.
- fancy_bash_prompt: Update titlebar of terminal-window when changing folder (reported by jhakonen).
- Fix top delay parameter to avoid conflicts depending on locale config, reported by b1oki.
- Fix long GPU name issue, reported by slink007.
- Update README.
- Fix bug that prevented correct reading of user config files.
- SUpport for multiple GPUs.
- Update README
- Fix uninstaller bug (now uses quick-uninstall files left by installer, if available).
- New info elements (some are optional and not shown by default).
- Minor bug fixes.
- Improve installer.
- Rename the repository from scripts to synth-shell.
- Remove all unnecessary scripts.
- Include optional git info in bash prompt (idea by fikoborizqy).
- Bugfixes.
- Add script to shorten path ways without truncating folder names.
- General code cleanup.
- Faster response time (removed
load_config
). - In
status.sh
: logo and info are separate entities than can be printed separately. - In
status.sh
: info elements are now completely customizable (what to print, and in what order). - New
common
script to control the terminal cursor and print text-blocks side by side. status.sh
now only prints those elements that fit inside the screen, decided automatically based on character count. For example, if the terminal is too narrow, it does not print the logo, and if the terminal is extremely narrow, it does not print any information at all.- An uninstall script is generated inside the installation folder, such that it's now easier to remove all scripts without having to download this repository again.
- More engaging example configuration files for
status.sh
.
- Fix bug when some commands are not found with which.
- Date format is now configurable.
- Fix "Y" error message when using config file.
- Fix error messages on some distros when
which
command failed. - Status.sh does no longer pollute the environment with stray functions or variables.
- Fix to load_config where the configuration might be interpreted as escape sequences.
- Smart installer lets you install for a single user or system wide.
- Other minor fixes.
- Overall code cleanup.