Skip to content

Releases: ibnunes/zshrc

1.5.0

11 Jun 01:40
c33a2d4

Choose a tag to compare

What's Changed

  • Adds command hdd temp to check temperatures of drives supporting S.M.A.R.T.

Full Changelog: 1.0.0...1.5.0

1.4.0-beta

10 May 00:52
cfefb7f

Choose a tag to compare

Requirements

  1. zshell
  2. oh-my-zsh — optional

Installation

Recommended method with installation script

To install the scripts without cloning, execute the following command in zsh:

zsh -c "$(curl -fsSL https://raw.githubusercontent.com/ibnunes/zshrc/master/setup.zsh)"

Alternative method using curl

  1. Navigate to a folder of your choosing;
  2. Run the command curl https://raw.githubusercontent.com/ibnunes/zshrc/master/setup.zsh -o setup.zsh
  3. Run the setup script: zsh ./setup.zsh
  4. Follow the instructions of the script
  5. Enjoy!

Download from the releases page

  1. Get the script from the releases page
  2. Open the terminal and navigate to the folder where you downloaded the script
  3. Run the command zsh setup.zsh

NOTE: Running the script like ./setup.zsh may not work properly until applying chmod +x.

What's Changed

  • Adds support for hdd external commands (provided out-of-the-box: sync and report);
  • hdd standby now reports issued commands to disks in real-time;
  • Adds blkidf command (formatted blkid output, supporting 11 different formats).

Full Changelog: 1.0.0...1.4.0-beta

1.2.0-beta

05 Aug 00:34

Choose a tag to compare

Requirements

  1. zshell
  2. oh-my-zsh — optional

Installation

Recommended method with installation script

To install the scripts without cloning, execute the following command in zsh:

zsh -c "$(curl -fsSL https://raw.githubusercontent.com/ibnunes/zshrc/master/setup.zsh)"

Alternative method using curl

  1. Navigate to a folder of your choosing;
  2. Run the command curl https://raw.githubusercontent.com/ibnunes/zshrc/master/setup.zsh -o setup.zsh
  3. Run the setup script: zsh ./setup.zsh
  4. Follow the instructions of the script
  5. Enjoy!

Download from the releases page

  1. Get the script from the releases page
  2. Open the terminal and navigate to the folder where you downloaded the script
  3. Run the command zsh setup.zsh

NOTE: Running the script like ./setup.zsh may not work properly.

What's Changed

  • Adds support to Vulkan;
  • Fixes double calls in hdd command;
  • Adds support for SSD detection and automatic exclusion in hdd command;
  • Adds the help argument to the hdd command;
  • Any argument in hdd can be optionally preceded with -- as to better follow POSIX conventions;
  • Fixes operation success reports in hdd command;
  • Adds support to both sdX and /dev/sdX drive naming formats in hdd command.

Full Changelog: 1.0.0...1.2.0-beta

1.1.0-beta

28 Jul 16:05
883fe24

Choose a tag to compare

Requirements

  1. zshell
  2. oh-my-zsh — optional

Installation

Recommended method with installation script

To install the scripts without cloning, execute the following command in zsh:

zsh -c "$(curl -fsSL https://raw.githubusercontent.com/ibnunes/zshrc/master/setup.zsh)"

Alternative method using curl

  1. Navigate to a folder of your choosing;
  2. Run the command curl https://raw.githubusercontent.com/ibnunes/zshrc/master/setup.zsh -o setup.zsh
  3. Run the setup script: zsh ./setup.zsh
  4. Follow the instructions of the script
  5. Enjoy!

Download from the releases page

  1. Get the script from the releases page
  2. Open the terminal and navigate to the folder where you downloaded the script
  3. Run the command zsh setup.zsh

NOTE: Running the script like ./setup.zsh may not work properly.

What's Changed

Full Changelog: 1.0.0...1.1.0-beta

Initial Release

12 Mar 14:18
516ef49

Choose a tag to compare

Requirements

  1. ZShell (http://zsh.sourceforge.net/ )

Downloading and Installing (recommended method)

To install the scripts without cloning just enter the following command into the ZShell

zsh -c "$(curl -fsSL https://raw.githubusercontent.com/thoga31/zshrc/master/setup.zsh)"

Alternative download method (using curl)

  1. Navigate to a folder of your choosing (recommend the download folder)
  2. Run the command curl https://raw.githubusercontent.com/thoga31/zshrc/master/setup.zsh -o setup.zsh
  3. Run the setup zsh setup.zsh
  4. Follow the instructions

Alternative download method (download from the releases page)

  1. Get the script from the releases page
  2. Open the terminal and navigate to the folder where you downloaded the script
  3. Run the command zsh setup.zsh

NOTE: Running the script like ./setup.zsh will not work properly