-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 51c22e9
Showing
21 changed files
with
1,842 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
tap "homebrew/bundle" | ||
tap "homebrew/cask-fonts" | ||
brew "actionlint" | ||
brew "awscli" | ||
brew "bat" | ||
brew "curl" | ||
brew "deno" | ||
brew "diff-so-fancy" | ||
brew "expect" | ||
brew "eza" | ||
brew "fd" | ||
brew "ffmpeg" | ||
brew "fzf" | ||
brew "gh" | ||
brew "ghq" | ||
brew "git" | ||
brew "go" | ||
brew "golangci-lint" | ||
brew "goreleaser" | ||
brew "httpie" | ||
brew "hugo" | ||
brew "jq" | ||
brew "k9s" | ||
brew "kubernetes-cli" | ||
brew "kubectx" | ||
brew "neovim" | ||
brew "nodenv" | ||
brew "ranger" | ||
brew "ripgrep" | ||
brew "shellcheck" | ||
brew "starship" | ||
brew "tmux" | ||
brew "tree" | ||
brew "wget" | ||
brew "z" | ||
brew "zsh" | ||
cask "1password" | ||
cask "alacritty" | ||
cask "clipy" | ||
cask "discord" | ||
cask "docker" | ||
cask "font-hack-nerd-font" | ||
cask "google-chrome" | ||
cask "google-cloud-sdk" | ||
cask "google-japanese-ime" | ||
cask "iterm2" | ||
cask "karabiner-elements" | ||
cask "onyx" | ||
cask "raycast" | ||
cask "rectangle" | ||
cask "sequel-ace" | ||
cask "slack" | ||
cask "spotify" | ||
cask "the-unarchiver" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# The current version of the config schema | ||
version: 1 | ||
# What protocol to use when performing git operations. Supported values: ssh, https | ||
git_protocol: https | ||
# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment. | ||
editor: | ||
# When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled | ||
prompt: enabled | ||
# A pager program to send command output to, e.g. "less". If blank, will refer to environment. Set the value to "cat" to disable the pager. | ||
pager: | ||
# Aliases allow you to create nicknames for gh commands | ||
aliases: | ||
co: pr checkout | ||
# The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport. | ||
http_unix_socket: | ||
# What web browser gh should use when opening URLs. If blank, will refer to environment. | ||
browser: |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
github.com: | ||
git_protocol: ssh | ||
users: | ||
craftscat: | ||
user: craftscat |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.DS_Store | ||
Thumbs.d | ||
.idea/ | ||
.vscode/ | ||
*.code-workspace |
Oops, something went wrong.