Skip to content

Releases: andresgongora/synth-shell

v2.4

23 Jan 11:23
ecb7ec7
Compare
Choose a tag to compare
  • Better README.
  • Add alias scripts.
  • Add better-ls script.
  • Add reminder during installation of optional packages.

2.3: Merge pull request #148 from andresgongora/release

15 Jan 16:23
4d6d662
Compare
Choose a tag to compare
  • 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).

v2.2: Merge pull request #145 from andresgongora/release

18 Dec 15:38
bd34efe
Compare
Choose a tag to compare
  • Improvement and fixes to textfiles and code comments
  • Fixed "N/A" message printed for SWAP_MON if there is no swap
  • Add preview of the configuation options for status.sh
  • fancy_bash_prompt: Update titlebar of terminal-window when changing folder

v2.1.5: Merge pull request #135 from andresgongora/develop

04 Sep 14:15
e3f08f0
Compare
Choose a tag to compare
  • Fix top delay parameter to avoid conflicts depending on locale config,
    reported by b1oki

v2.1.4: Merge pull request #130 from andresgongora/develop

25 Jul 19:58
761c90d
Compare
Choose a tag to compare

v2.1.3: Merge pull request #129 from andresgongora/develop

21 Jul 19:13
d4a7db2
Compare
Choose a tag to compare

v2.1.1: Merge pull request #122 from andresgongora/develop

04 Jul 20:14
09b9271
Compare
Choose a tag to compare
  • Update README
  • Fix bug that prevented correct reading of user config files

v2.1: Merge pull request #119 from andresgongora/develop

28 Jun 08:51
b76c1d8
Compare
Choose a tag to compare
  • 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

synth-shell

22 Jun 16:10
8e4d97c
Compare
Choose a tag to compare
  • Rename the repository from scripts to synth-shell
  • Remove all unnecessary scripts

v1.5: Merge pull request #103 from andresgongora/develop

20 Jun 10:00
09dd7d1
Compare
Choose a tag to compare
  • Include optional git info in bash prompt
  • 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