Zsh - Zsh is a shell designed for interactive use, although it is also a powerful scripting language. ohmyzsh - A delightful community-driven framework for managing your zsh configuration. xcodes - A command-line tool to install and switch between multiple versions of Xcode. xxh - Bring...
:small_orange_diamond:bash-it- is a framework for using, developing and maintaining shell scripts and custom commands. :small_orange_diamond:Oh My ZSH!- is the best framework for managing your Zsh configuration. :small_orange_diamond:Oh My Fish- the Fishshell framework. :small_orange_diamond:...
When in a Git worktree, --git-dir gets the path of the worktree metadata inside the .git folder. To get the path of the actual .git folder where hooks can be installed, use --git-common-dir instead: /Projects/mywork$ git rev-parse --git-dir /Projects/app/.git/worktrees/mywork /...
autoload -U add-zsh-hook load-nvmrc() { if [ -f ".nvmrc" ]; then local required_version=$(cat .nvmrc | cut -c2-) local current_version=$(node -v) echo "Required Node version: $required_version" local is_available_already=$(nvm ls | grep -c "$required_version") if [[ $requ...
- ohmyzsh: true - openresty: true - pm2: true - python: true - rabbitmq: true - solr: true - webdriver: trueMariaDBEnabling MariaDB will remove MySQL and install MariaDB. MariaDB serves as a drop-in replacement for MySQL, so you should still use the mysql database driver in your ...
- ohmyzsh: true - openresty: true - pm2: true - python: true - rabbitmq: true - solr: true - webdriver: trueMariaDBEnabling MariaDB will remove MySQL and install MariaDB. MariaDB serves as a drop-in replacement for MySQL, so you should still use the mysql database driver in your ...
Adopting a self-service and self-learning mentality All-Remote and Remote-First Jobs and Remote Work Communities All-Remote Benefits vs. Hybrid-Remote Benefits Checklist All-Remote Compensation All-Remote Hiring All-Remote Learning and Development (L&D) All-Remote Management All-Remote Mee...
export ZSH="$HOME/.oh-my-zsh" # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes ZSH_THEME="robbyrussell" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=(git) source $ZSH/oh-my-zsh.sh # Rbenv...
Oh. My. Land. Level for you! Title:Re: [XP] Using the VX Ace engine in your XP games - the kiss tutorial! Post by:LiTTleDRAgoonJuly 29, 2013, 01:34:26 am Seph's Tilemap (Un-SDK, Un-MACL) (http://pastebin.com/jR6zshnD) ...
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh After a restart to load the Zsh shell, you can already notice the change: [Optionally] Apply another theme and configure your .zshrc Open the .zshrc file with your favorite text editor, for example ...