This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo ".bash_profile" | |
# Harden homebrew | |
# from: https://github.com/AtropineTears/TheMacHardeningScripts/blob/main/AutoHarden_MacOSX/scripts/brew/brew-harden.sh | |
export HOMEBREW_NO_INSECURE_REDIRECT=1 | |
export HOMEBREW_FORCE_BREWED_CURL=1 | |
export HOMEBREW_AUTO_UPDATE_SECS=60 | |
export HOMEBREW_DISPLAY_INSTALL_TIMES=1 | |
export HOMEBREW_NO_ANALYTICS=1 | |
export HOMEBREW_AUTO_UPDATE_SECS=300 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# BASH PROFILE!! | |
# reload without closing terminal window with $ source ~/.bash_profile | |
# Alias' | |
export LSCOLORS="ExGxBxDxCxEgEdxbxgxcxd" | |
alias ls="ls -G -a -l" | |
alias glog="git log --graph --date-order --date=relative --color=always --oneline" | |
alias gstat="git status -s" | |
alias mm?="git branch --merged master" | |
alias cdd="rm -rf ~/Library/Developer/Xcode/DerivedData" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
##################################################### | |
# Name: Bash CheatSheet for Mac OSX | |
# | |
# A little overlook of the Bash basics | |
# | |
# Usage: | |
# | |
# Author: J. Le Coupanec | |
# Date: 2014/11/04 |
Below are the programs I install, the Preferences I change, and the configurations I tweak after doing a fresh install of macOS.
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"Automotive", | |
"Budgeting", | |
"HVAC", | |
"Heaters", | |
"Hydraulics", | |
"Logistics Management", | |
"Management", | |
"Negotiation", | |
"Project Planning", |
The following commands will produce a small application that allows you to run Vivaldi—or any other Chromium-based browser—in Standalone mode on a Mac. This could be used for testing a specific setup or version, without touching the system wide settings (profile). It can also be used to create a portable (USB install) of Vivaldi that you could store on an external disk, for sharing between computers.
Start Terminal and issue the following:
mkdir -p Standalone\ Mode.app/Contents/MacOS