Compare commits
No commits in common. "c558a2ba17304c0d0ba9d55edeb8f047685b74f2" and "7383759af64634302171fde1fcddc515f0a09697" have entirely different histories.
c558a2ba17
...
7383759af6
5 changed files with 3 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,4 +10,3 @@ vim/.config/vim/undo
|
|||
zsh/.config/zsh/.zcompdump
|
||||
zsh/.config/zsh/.zsh_history
|
||||
zsh/.config/zsh/.zsh_sessions
|
||||
zsh/.config/zsh/sources
|
||||
|
|
|
@ -132,10 +132,10 @@ install_darwin() {
|
|||
install_shared_applications
|
||||
|
||||
softwareupdate --install-rosetta --agree-to-license
|
||||
brew install coreutils gnu-sed session-manager-plugin orbstack
|
||||
brew install coreutils gnu-sed session-manager-plugin
|
||||
|
||||
# gui
|
||||
brew install --cask rectangle slack google-chrome alacritty telegram \
|
||||
brew install --cask docker rectangle slack google-chrome alacritty telegram \
|
||||
discord element brave-browser zoom notion
|
||||
|
||||
install_tmux_terminfo
|
||||
|
|
|
@ -5,10 +5,6 @@ typeset -U PATH
|
|||
source $ZDOTDIR/aliases
|
||||
source $ZDOTDIR/functions
|
||||
|
||||
for source in $(ls $ZDOTDIR/sources); do
|
||||
source $ZDOTDIR/sources/$source
|
||||
done
|
||||
|
||||
source $ZDOTDIR/prompt
|
||||
|
||||
# Larger history
|
||||
|
|
|
@ -20,7 +20,7 @@ function ag-count {
|
|||
|
||||
function aws-profile {
|
||||
if [ $# -eq 0 ]; then
|
||||
echo Current AWS Profile: $AWS_PROFILE
|
||||
echo Current AWS Profile: $AWS_DEFAULT_PROFILE
|
||||
else
|
||||
export AWS_DEFAULT_PROFILE=$1
|
||||
export AWS_PROFILE=$1
|
||||
|
|
Loading…
Add table
Reference in a new issue