Skip to content

Commit 131e1f9

Browse files
committed
feat: changes
1 parent 02e3e19 commit 131e1f9

File tree

11 files changed

+35
-17
lines changed

11 files changed

+35
-17
lines changed

bin/git-co

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
git checkout $@

editors/claude-code/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"statusLine": {
3+
"type": "command",
4+
"command": "npx -y ccusage statusline",
5+
"padding": 0
6+
}
7+
}

git/.gitignore_global

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ libsigar-universal64-macosx.dylib
2222

2323
# Custom
2424
*.no-commit.*
25+
*.local.*
26+
__pycache__
27+
tsconfig.tsbuildinfo

nix/_home-files.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ in
66
{
77
".bash_profile".source = symlink "${dotfilesPath}/shell/bash/.bash_profile";
88
".bashrc".source = symlink "${dotfilesPath}/shell/bash/.bashrc";
9+
".claude/settings.json".source = symlink "${dotfilesPath}/editors/claude-code/settings.json";
910
".config/alacritty/alacritty.toml".source = symlink "${dotfilesPath}/os/mac/alacritty/alacritty.toml";
1011
".config/clojure-lsp".source = symlink "${dotfilesPath}/langs/clojure/clojure-lsp";
1112
".config/clojure/profiles.clj".source = symlink "${dotfilesPath}/langs/clojure/profiles.clj";

nix/_homebrew.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"adobe-creative-cloud"
1313
"arc"
1414
"betterdisplay"
15+
"claude"
1516
"cloudflare-warp"
1617
"contexts"
1718
"cursor"

nix/_packages.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
with pkgs; [
55
bat
66
cargo
7-
claude-code
87
cmatrix
98
coreutils
109
delta

nix/flake.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

os/mac/ghostty/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ macos-titlebar-style = tabs
4848
link-url = true
4949
auto-update = download
5050
auto-update-channel = tip
51+
macos-option-as-alt = false
52+
5153

5254
# Tabs
5355
window-new-tab-position = end

os/mac/karabiner-goku/karabiner.edn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
:Bitwarden ["com.bitwarden.desktop"]
1313
:ChatGPT ["com.openai.chat"]
1414
:Chrome ["com.google.Chrome", "com.google.Chrome.beta"]
15+
:Claude ["com.anthropic.claudefordesktop"]
1516
:Contexts ["com.contextsformac.Contexts"]
1617
:Finder ["com.apple.finder"]
1718
:GoogleMeet ["com.google.Chrome.app.kjgfgldnnfoeklkmfkjfagphfepbbdan"]

shell/aliases.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ alias dc='dot docker connect'
3333
alias i.='(idea $PWD &>/dev/null &)'
3434
alias c.='(cursor $PWD &>/dev/null &)'
3535
alias o.='open .'
36+
37+
alias cc="claude"

0 commit comments

Comments
 (0)