-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed git credential config bug (global & local) (previously cached my username) Fixed copy bug in tmux mode when using jldeen dotfiles Fixed insert mode error in vim (allow backspacing over everything in insert mode) Fixed pip for setuptools upgrade Added checks in for zsh, oh-my-zsh install, and vs code symlink Added new features embedded with Powerlevel9k - Dir_writable - Kubernetes support Added iTerm and Azure CLI installs to brewfile for autoinstall Removed hardcode source from .zshrc and .bashrc for az Updated auto sourcing for zsh-autosuggestions plugin Updated settings.json for VS Code Updated iterm config Streamlined and enhanced bandwidth data performance - Speedtest-cli command moved to crontab to be run in 15min increments and output data to log - Tmux internet_info.sh reads log and prints relevant data General code cleanup and optimization
- Loading branch information
Showing
13 changed files
with
188 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,38 @@ | ||
cask_args appdir: '/Applications' | ||
|
||
tap 'homebrew/bundle' | ||
tap 'puma/puma' | ||
|
||
brew 'ack' | ||
brew 'azure-cli' | ||
brew 'coreutils' | ||
brew 'go' | ||
brew 'grc' | ||
brew 'imagemagick' | ||
brew 'jp2a' | ||
brew 'jq' | ||
brew 'libgit2' | ||
brew 'openssl' | ||
brew 'node' | ||
brew 'readline' | ||
brew 'postgresql' | ||
brew 'puma/puma/puma-dev' | ||
brew 'python' | ||
brew 'ruby-build' | ||
brew 'rbenv' | ||
brew 'roundup' | ||
brew 'shpotify' | ||
brew 'spaceman-diff' | ||
brew 'speedtest-cli' | ||
brew 'spark' | ||
brew 'tmux' | ||
brew 'unrar' | ||
brew 'wget' | ||
brew 'yarn' | ||
brew 'youtube-dl' | ||
|
||
cask '1password' | ||
cask 'adium' | ||
cask 'atom' | ||
cask 'firefox' | ||
cask 'google-chrome' | ||
cask 'handbrake' | ||
cask 'iterm2' | ||
cask 'slack' | ||
cask 'spotify' | ||
cask 'transmission' | ||
cask 'tunnelbear' | ||
cask 'transmission' | ||
cask 'visual-studio-code' | ||
cask 'vlc' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.