Added noglob an important packages to install on osx when first setting it up.

This commit is contained in:
Sebastian 2021-03-04 13:25:00 +01:00
parent 0be1cd8680
commit 98dfc05d59
2 changed files with 11 additions and 2 deletions

9
OSX/first_install.sh Normal file
View file

@ -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

View file

@ -66,8 +66,8 @@ PS1="(%*) %F{green}%n%f@%F{magenta}%m%f %F{blue}%B%~%b%f %# " # https://wiki.gen
# Other settings # Other settings
setopt autocd # Change directory without typing "cd" in front of it. setopt autocd # Change directory without typing "cd" in front of it.
alias scp='\scp' # Allows wildcards in scp commands alias scp='noglob \scp' # Allows wildcards in scp commands
alias rsync='\rsync' # Allows wildcards in rsync commands alias rsync='noglob \rsync' # Allows wildcards in rsync commands
setxkbmap -option caps:escape # Change capslock key to escape setxkbmap -option caps:escape # Change capslock key to escape
zstyle ':completion:*' rehash true # Find new executables for autcompletion zstyle ':completion:*' rehash true # Find new executables for autcompletion