Skip to content

Commit

Permalink
Recreate dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
takumism committed Mar 19, 2024
0 parents commit 51c22e9
Show file tree
Hide file tree
Showing 21 changed files with 1,842 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .Brewfile
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"
17 changes: 17 additions & 0 deletions .config/gh/config.yml
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:
5 changes: 5 additions & 0 deletions .config/gh/hosts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
github.com:
git_protocol: ssh
users:
craftscat:
user: craftscat
5 changes: 5 additions & 0 deletions .config/git/ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_Store
Thumbs.d
.idea/
.vscode/
*.code-workspace
Loading

0 comments on commit 51c22e9

Please sign in to comment.