Skip to content

Commit

Permalink
config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bvolpato committed Aug 16, 2017
1 parent 8b520c0 commit 2cce11b
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 37 deletions.
33 changes: 17 additions & 16 deletions brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ brew install homebrew/dupes/screen


# tools
brew install gpg
brew install node
brew install git
brew install wget --with-iri
Expand Down Expand Up @@ -129,11 +130,11 @@ brew install binutils
#cipher detection
brew install cifer
#zip cracker
brew install fcrackzip
#brew install fcrackzip
#logon crack
brew install hydra
#brew install hydra
#pwd crack
brew install john
#brew install john



Expand Down Expand Up @@ -166,10 +167,10 @@ brew install pv


#aldo - learn morse code
brew install aldo
#brew install aldo

#ansiweather - ansiweather -l {location}
brew install ansiweather
#brew install ansiweather

#conversor / latex
#brew install pandoc
Expand Down Expand Up @@ -250,8 +251,8 @@ brew link --overwrite maven-deluxe
brew install the_silver_searcher

# company ios dependencies
brew install swiftlint
brew install carthage
#brew install swiftlint
#brew install carthage


# crashhub - java/jvm bash // http://www.crashub.org/1.3/reference.html
Expand Down Expand Up @@ -318,20 +319,20 @@ if [ "$(uname -s)" == "Darwin" ]; then
brew cask install licecap

# Core casks
brew cask install --appdir="/Applications" alfred
brew cask install --appdir="/Applications" iterm2
brew cask install --appdir="/Applications" java
brew cask install --appdir="/Applications" xquartz
brew cask install --appdir="/Applications" atom
brew cask install --appdir="/Applications" virtualbox
brew cask install --appdir="/Applications" vagrant
brew cask install --appdir="/Applications" launchcontrol
#brew cask install --appdir="/Applications" alfred
#brew cask install --appdir="/Applications" iterm2
#brew cask install --appdir="/Applications" java
#brew cask install --appdir="/Applications" xquartz
#brew cask install --appdir="/Applications" atom
#brew cask install --appdir="/Applications" virtualbox
#brew cask install --appdir="/Applications" vagrant
#brew cask install --appdir="/Applications" launchcontrol
#brew cask install --appdir="/Applications" macdown
#brew cask install --appdir="/Applications" mactex


#prevent mac from sleeping
brew install caffeine
#brew install caffeine


brew install terminal-notifier
Expand Down
8 changes: 4 additions & 4 deletions daemons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ DOTFILES=`pwd`

echo "[+] Unloading..."

launchctl unload -w ~/Library/LaunchAgents/org.brunocvcunha.personal.audiohijack.plist || true
#launchctl unload -w ~/Library/LaunchAgents/org.brunocvcunha.personal.audiohijack.plist || true
launchctl unload -w ~/Library/LaunchAgents/org.brunocvcunha.personal.jenkins.plist || true

if [ -f /Library/LaunchAgents/org.brunocvcunha.personal.updatedb.plist ]; then
sudo launchctl unload -w /Library/LaunchAgents/org.brunocvcunha.personal.updatedb.plist || true
fi

echo "[+] Copying..."
ln -s $DOTFILES/launchctl/org.brunocvcunha.personal.audiohijack.plist ~/Library/LaunchAgents/ || true
#ln -s $DOTFILES/launchctl/org.brunocvcunha.personal.audiohijack.plist ~/Library/LaunchAgents/ || true
ln -s $DOTFILES/launchctl/org.brunocvcunha.personal.jenkins.plist ~/Library/LaunchAgents/ || true
sudo cp $DOTFILES/launchctl/org.brunocvcunha.personal.updatedb.plist /Library/LaunchAgents/ || true


echo "[+] Loading..."

launchctl load -w ~/Library/LaunchAgents/org.brunocvcunha.personal.audiohijack.plist
#launchctl load -w ~/Library/LaunchAgents/org.brunocvcunha.personal.audiohijack.plist
launchctl load -w ~/Library/LaunchAgents/org.brunocvcunha.personal.jenkins.plist

sudo chmod 600 /Library/LaunchAgents/org.brunocvcunha.personal.updatedb.plist
sudo chown root /Library/LaunchAgents/org.brunocvcunha.personal.updatedb.plist
sudo launchctl load -w /Library/LaunchAgents/org.brunocvcunha.personal.updatedb.plist

echo "[+] Done!"
echo "[+] Done!"
17 changes: 9 additions & 8 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ curl -L https://iterm2.com/misc/install_shell_integration.sh | bash


#sdk
curl -s get.sdkman.io | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
#curl -s get.sdkman.io | bash
#source "$HOME/.sdkman/bin/sdkman-init.sh"

#sdk install grails
#sdk install groovy


# cheatly (cheat improvement)
gem install cheatly
#gem install cheatly

sudo gem install jekyll
#sudo gem install jekyll

# lolcommits - https://github.com/mroth/lolcommits
sudo gem install lolcommits
sudo gem install lolcat
#sudo gem install lolcommits
#sudo gem install lolcat

# tldr (short man)
sudo npm install -g tldr
Expand All @@ -73,10 +73,10 @@ sudo easy_install pip
sudo pip install glances

# python + selenium
sudo pip install pyvirtualdisplay selenium
#sudo pip install pyvirtualdisplay selenium

#howdoi - solutions/snippets on command line
sudo pip install howdoi
#sudo pip install howdoi


# sshuttle - tunnel through SSH
Expand All @@ -85,6 +85,7 @@ sudo pip install sshuttle

# powerline status
sudo pip install powerline-status
sudo pip install powerline-gitstatus


#jekyll
Expand Down
19 changes: 10 additions & 9 deletions symlinks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
# ln -s ~/githubworkspace/dotfiles/.bashrc ~/.bashrc
# ln -s ~/githubworkspace/dotfiles/.bash_profile ~/.bash_profile

ln -sf ~/githubworkspace/dotfiles/.bowerrc ~/.bowerrc
ln -sf ~/githubworkspace/dotfiles/.wgetrc ~/.wgetrc
ln -sf ~/githubworkspace/dotfiles/.curlrc ~/.curlrc
ln -sf ~/githubworkspace/dotfiles/.inputrc ~/.inputrc
ln -sf ~/githubworkspace/dotfiles/.gitconfig ~/.gitconfig
ln -sf ~/githubworkspace/dotfiles/.osx ~/.osx
ln -sf ~/githubworkspace/dotfiles/.gitignore_global ~/.gitignore_global
ln -sf ~/githubworkspace/dotfiles/bowerrc ~/.bowerrc
ln -sf ~/githubworkspace/dotfiles/wgetrc ~/.wgetrc
ln -sf ~/githubworkspace/dotfiles/curlrc ~/.curlrc
ln -sf ~/githubworkspace/dotfiles/inputrc ~/.inputrc
ln -sf ~/githubworkspace/dotfiles/gitconfig ~/.gitconfig
ln -sf ~/githubworkspace/dotfiles/osx ~/.osx
ln -sf ~/githubworkspace/dotfiles/gitignore_global ~/.gitignore_global
ln -sf ~/githubworkspace/dotfiles/config/powerline ~/.config/powerline

ln -s ~/githubworkspace/dotfiles/.vimrc ~/.vimrc
ln -s ~/githubworkspace/dotfiles/.vim/ ~/
ln -s ~/githubworkspace/dotfiles/vimrc ~/.vimrc
ln -s ~/githubworkspace/dotfiles/vim/ ~/.vim

#create empty folders
mkdir ~/.vim/swaps
Expand Down

0 comments on commit 2cce11b

Please sign in to comment.