mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-06-24 05:31:09 +02:00
Update dotfiles
This commit is contained in:
parent
3c64972def
commit
d9309eb451
0
.config/lazygit/config.yml
Normal file
0
.config/lazygit/config.yml
Normal file
@ -1 +1 @@
|
||||
Subproject commit ca15756f0cb5264536c60d9c40b17226450c16e7
|
||||
Subproject commit 8f895c096d7e2859030fabc77f0489f1263d3bc3
|
6
.config/sahinakkaya/splash
Normal file
6
.config/sahinakkaya/splash
Normal file
@ -0,0 +1,6 @@
|
||||
Welcome ______ _____
|
||||
______back,__ ___ /____(_)______
|
||||
__ ___/ __ `/_ __ \_ /__ __ \
|
||||
_(__ )/ /_/ /_ / / / / _ / / /
|
||||
/____/ \__,_/ /_/ /_//_/ /_/ /_/
|
||||
|
BIN
.config/zed/prompts/prompts-library-db.0.mdb/data.mdb
Normal file
BIN
.config/zed/prompts/prompts-library-db.0.mdb/data.mdb
Normal file
Binary file not shown.
BIN
.config/zed/prompts/prompts-library-db.0.mdb/lock.mdb
Normal file
BIN
.config/zed/prompts/prompts-library-db.0.mdb/lock.mdb
Normal file
Binary file not shown.
26
.config/zed/settings.json
Normal file
26
.config/zed/settings.json
Normal file
@ -0,0 +1,26 @@
|
||||
// Zed settings
|
||||
//
|
||||
// For information on how to configure Zed, see the Zed
|
||||
// documentation: https://zed.dev/docs/configuring-zed
|
||||
//
|
||||
// To see all of Zed's default settings without changing your
|
||||
// custom settings, run `zed: open default settings` from the
|
||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||
{
|
||||
"agent": {
|
||||
"model_parameters": [],
|
||||
"default_model": {
|
||||
"provider": "zed.dev",
|
||||
"model": "claude-3-7-sonnet-latest"
|
||||
},
|
||||
"version": "2"
|
||||
},
|
||||
"vim_mode": true,
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_size": 16,
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "One Light",
|
||||
"dark": "One Dark"
|
||||
}
|
||||
}
|
@ -1 +1 @@
|
||||
Subproject commit fe2265cb2714861c20bf17769f0cd08a00bf7860
|
||||
Subproject commit 39b2d8c383fbc112fba9ab93145bdeb6bb7dc981
|
9
.gitignore
vendored
9
.gitignore
vendored
@ -25,3 +25,12 @@ Downloads
|
||||
.local
|
||||
.docker
|
||||
.gitconfig-work
|
||||
**automatic_backups/
|
||||
.config/github-copilot/
|
||||
navigate_kitty.py
|
||||
pass_keys.py
|
||||
uv-receipt.json
|
||||
.claude
|
||||
.claude.json
|
||||
.pyenv
|
||||
.yarnrc
|
||||
|
Loading…
Reference in New Issue
Block a user