diff --git a/Brewfile b/Brewfile new file mode 100644 index 0000000..8ef701d --- /dev/null +++ b/Brewfile @@ -0,0 +1,21 @@ +tap "homebrew/bundle" +tap "homebrew/cask" +tap "homebrew/core" +tap "homebrew/services" +brew "cask" +brew "freerdp" +brew "pyenv" +cask "authy" +cask "bbedit" +cask "discord" +cask "dozer" +cask "google-chrome" +cask "iterm2" +cask "microsoft-auto-update" +cask "microsoft-edge" +cask "pingplotter" +cask "remote-desktop-manager" +cask "steam" +cask "teamviewer" +cask "visual-studio-code" +cask "zoom" diff --git a/Gemfile b/Gemfile index 40924c3..6b12226 100644 --- a/Gemfile +++ b/Gemfile @@ -9,13 +9,17 @@ source "https://rubygems.org" # Happy Jekylling! gem "jekyll", "~> 4.2.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "jekyll-remote-theme" + # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" + gem "jekyll-remote-theme" + gem 'jekyll-sitemap' + gem 'jemoji' + gem 'jekyll-seo-tag' end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 4b34d8c..aacfb0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,11 @@ GEM remote: https://rubygems.org/ specs: + activesupport (7.0.2.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) @@ -11,6 +16,10 @@ GEM eventmachine (1.2.7) ffi (1.15.5) forwardable-extended (2.6.0) + gemoji (3.0.1) + html-pipeline (2.14.0) + activesupport (>= 2) + nokogiri (>= 1.4) http_parser.rb (0.8.0) i18n (1.10.0) concurrent-ruby (~> 1.0) @@ -38,8 +47,16 @@ GEM rubyzip (>= 1.3.0, < 3.0) jekyll-sass-converter (2.2.0) sassc (> 2.0.1, < 3.0) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) + jemoji (0.12.0) + gemoji (~> 3.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0, < 5.0) kramdown (2.3.2) rexml kramdown-parser-gfm (1.1.0) @@ -49,9 +66,13 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) + minitest (5.15.0) + nokogiri (1.13.3-arm64-darwin) + racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.6) + racc (1.6.0) rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) @@ -63,6 +84,8 @@ GEM ffi (~> 1.9) terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) PLATFORMS @@ -73,6 +96,9 @@ DEPENDENCIES jekyll (~> 4.2.2) jekyll-feed (~> 0.12) jekyll-remote-theme + jekyll-seo-tag + jekyll-sitemap + jemoji tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1)