Releases: ibnunes/zshrc
1.5.0
1.4.0-beta
Requirements
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
- Navigate to a folder of your choosing;
- Run the command
curl https://raw.githubusercontent.com/ibnunes/zshrc/master/setup.zsh -o setup.zsh - Run the setup script:
zsh ./setup.zsh - Follow the instructions of the script
- Enjoy!
Download from the releases page
- Get the script from the releases page
- Open the terminal and navigate to the folder where you downloaded the script
- 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
hddexternal commands (provided out-of-the-box:syncandreport); hdd standbynow reports issued commands to disks in real-time;- Adds
blkidfcommand (formattedblkidoutput, supporting 11 different formats).
Full Changelog: 1.0.0...1.4.0-beta
1.2.0-beta
Requirements
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
- Navigate to a folder of your choosing;
- Run the command
curl https://raw.githubusercontent.com/ibnunes/zshrc/master/setup.zsh -o setup.zsh - Run the setup script:
zsh ./setup.zsh - Follow the instructions of the script
- Enjoy!
Download from the releases page
- Get the script from the releases page
- Open the terminal and navigate to the folder where you downloaded the script
- 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
hddcommand; - Adds support for SSD detection and automatic exclusion in
hddcommand; - Adds the
helpargument to thehddcommand; - Any argument in
hddcan be optionally preceded with--as to better follow POSIX conventions; - Fixes operation success reports in
hddcommand; - Adds support to both
sdXand/dev/sdXdrive naming formats inhddcommand.
Full Changelog: 1.0.0...1.2.0-beta
1.1.0-beta
Requirements
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
- Navigate to a folder of your choosing;
- Run the command
curl https://raw.githubusercontent.com/ibnunes/zshrc/master/setup.zsh -o setup.zsh - Run the setup script:
zsh ./setup.zsh - Follow the instructions of the script
- Enjoy!
Download from the releases page
- Get the script from the releases page
- Open the terminal and navigate to the folder where you downloaded the script
- 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
Requirements
- 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)
- Navigate to a folder of your choosing (recommend the download folder)
- Run the command
curl https://raw.githubusercontent.com/thoga31/zshrc/master/setup.zsh -o setup.zsh - Run the setup
zsh setup.zsh - Follow the instructions
Alternative download method (download from the releases page)
- Get the script from the releases page
- Open the terminal and navigate to the folder where you downloaded the script
- Run the command
zsh setup.zsh
NOTE: Running the script like ./setup.zsh will not work properly