mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-14 23:09:41 +03:00
Update dotfiles
This commit is contained in:
0
.config/lazygit/config.yml
Normal file
0
.config/lazygit/config.yml
Normal file
Submodule .config/nvim updated: ca15756f0c...8f895c096d
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"
|
||||
}
|
||||
}
|
Submodule .config/zsh updated: fe2265cb27...39b2d8c383
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
|
||||
|
Reference in New Issue
Block a user