Skip to content

Instantly share code, notes, and snippets.

View penguinwokrs's full-sized avatar
💭
( ・`ω・´) つ ☕️

Ko Maeda penguinwokrs

💭
( ・`ω・´) つ ☕️
View GitHub Profile
# tap repositories and their packages
tap 'homebrew/core'
brew 'adwaita-icon-theme'
brew 'amazon-ecs-cli'
brew 'atk'
brew 'aws-shell'
brew 'awscli'
brew 'bash'
@penguinwokrs
penguinwokrs / Gemfile
Last active January 30, 2024 09:21
slackで検索した結果をcsvに残す
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'slack-ruby-client'
gem 'debug'