Skip to content

Commit

Permalink
Small improvements on code and blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
sosolidkk committed Jul 13, 2024
1 parent 56da8f1 commit 2096862
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.4
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.1.4
ruby 3.3.4
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ gem 'jekyll', '~> 4.3.3'
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem 'minima', git: 'https://github.com/jekyll/minima'

# Loaded gems from the Ruby standard library, but will no longer be part of the default gems
# starting on Ruby 3.4.0.
gem 'base64'
gem 'csv'
gem 'bigdecimal'

# 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
Expand Down
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@ GEM
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.2.3)
csv (3.2.8)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.25.2-x86_64-linux)
google-protobuf (3.25.3-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -85,6 +88,9 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
base64
bigdecimal
csv
jekyll (~> 4.3.3)
jekyll-compose
jekyll-feed (~> 0.12)
Expand All @@ -96,4 +102,4 @@ DEPENDENCIES
webrick (~> 1.7)

BUNDLED WITH
2.4.18
2.5.15
2 changes: 1 addition & 1 deletion _posts/2022-02-14-dotfiles-and-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/the
Zinit is a flexible and fast Zshell plugin manager that will allow you to install everything from GitHub and other sites.

```sh
sh -c "$(curl -fsSL https://git.io/zinit-install)"
bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"

# Add the next three lines after this part: '### End of ZInit's installer chunk'
zinit light zdharma/fast-syntax-highlighting
Expand Down

0 comments on commit 2096862

Please sign in to comment.