add neovim, add powerline fonts, cleanup package list formatting

This commit is contained in:
Jeffrey Paul 2018-10-25 05:11:40 -07:00
parent 97e2c31a47
commit e6705c0da7
Signed by: sneak
GPG Key ID: 052443F4DF2A55C2
2 changed files with 50 additions and 25 deletions

View File

@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
# set up paths and whatnot # set up paths and whatnot
source $HOME/.profile source $HOME/.profile
@ -14,11 +13,11 @@ brew tap caskroom/cask
# no google-drive-file-stream because it requires admin privs and installs to /Applications systemwide # no google-drive-file-stream because it requires admin privs and installs to /Applications systemwide
CASKS=" CASKS="
1password
1password-cli
anki anki
atom atom
dashlane dashlane
1password
1password-cli
deluge deluge
disk-inventory-x disk-inventory-x
expandrive expandrive
@ -43,3 +42,28 @@ CASKS="
for CASK in $CASKS ; do for CASK in $CASKS ; do
brew cask install $CASK brew cask install $CASK
done done
brew tap caskroom/fonts
FONTS="
font-anonymice-powerline
font-consolas-for-powerline
font-dejavu-sans-mono-for-powerline
font-droid-sans-mono-for-powerline
font-fira-mono-for-powerline
font-inconsolata-dz-for-powerline
font-inconsolata-for-powerline
font-inconsolata-g-for-powerline
font-liberation-mono-for-powerline
font-menlo-for-powerline
font-meslo-for-powerline
font-monofur-for-powerline
font-noto-mono-for-powerline
font-roboto-mono-for-powerline
font-source-code-pro-for-powerline
font-ubuntu-mono-derivative-powerline
"
for FONT in $FONTS ; do
brew cask install $FONT
done

View File

@ -41,6 +41,7 @@ HOMEBREW_PKGS="
mosh mosh
mtr mtr
mutt mutt
neovim
nmap nmap
node node
offlineimap offlineimap