- Amadora
Highlights
- Pro
Pinned Loading
-
Shell Configuration (~/.zshrc)
Shell Configuration (~/.zshrc) 1# If you come from bash you might have to change your $PATH.
2# export PATH=$HOME/bin:/usr/local/bin:$PATH
34# Path to your oh-my-zsh installation.
5export ZSH="$HOME/.oh-my-zsh"
-
Shell Aliases (~/.aliases)
Shell Aliases (~/.aliases) 1# Zshbase alias
2alias zshconfig="code ~/.zshrc"
3alias zshreload="source ~/.zshrc"
4alias aliasconfig="code ~/.aliases"
5alias zrl="source ~/.zshrc; source ~/.aliases"
-
Prepare your Machine Environment
Prepare your Machine Environment 1# The following process was made for MacOS and some commands might not work in a different OS!
23### Requirements: ###
4- GIT
5 -
Prepare your (WSL) Ubuntu Machine En...
Prepare your (WSL) Ubuntu Machine Environment 1#!/usr/bin/env bash
23touch ${HOME}/.hushlogin
4sudo -v
5sudo apt-get update && sudo apt-get upgrade -y
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.