From 98dfc05d5987df00147e8d4d5ea5ec9c2fde3bd3 Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Thu, 4 Mar 2021 13:25:00 +0100 Subject: [PATCH] Added noglob an important packages to install on osx when first setting it up. --- OSX/first_install.sh | 9 +++++++++ dotfiles/.zshrc | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 OSX/first_install.sh diff --git a/OSX/first_install.sh b/OSX/first_install.sh new file mode 100644 index 0000000..57fac12 --- /dev/null +++ b/OSX/first_install.sh @@ -0,0 +1,9 @@ + +brew install python3 vim-nox tmux nano zsh git autossh mosh sshuttle lynx npm apticron tidy + + + +pip3 install requests bs4 prospector + + +npm install -g jsonlint \ No newline at end of file diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index f233b27..ae87afa 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -66,8 +66,8 @@ PS1="(%*) %F{green}%n%f@%F{magenta}%m%f %F{blue}%B%~%b%f %# " # https://wiki.gen # Other settings setopt autocd # Change directory without typing "cd" in front of it. -alias scp='\scp' # Allows wildcards in scp commands -alias rsync='\rsync' # Allows wildcards in rsync commands +alias scp='noglob \scp' # Allows wildcards in scp commands +alias rsync='noglob \rsync' # Allows wildcards in rsync commands setxkbmap -option caps:escape # Change capslock key to escape zstyle ':completion:*' rehash true # Find new executables for autcompletion