update
This commit is contained in:
parent
5930a3f5cd
commit
5e95811278
3 changed files with 34 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ set -x EDITOR 'nvim'
|
||||||
set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/rbw/ssh-agent-socket
|
set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/rbw/ssh-agent-socket
|
||||||
set -x CHROME_EXECUTABLE /usr/bin/chromium
|
set -x CHROME_EXECUTABLE /usr/bin/chromium
|
||||||
|
|
||||||
|
set -x SUPPLY_KEY_JSON ~/.fastlane/read-maududi-app-b0b713a4a08b.json
|
||||||
|
|
||||||
fish_add_path /opt/android-sdk/platform-tools
|
fish_add_path /opt/android-sdk/platform-tools
|
||||||
fish_add_path /opt/android-sdk/emulator
|
fish_add_path /opt/android-sdk/emulator
|
||||||
fish_add_path /opt/android-sdk/cmdline-tools/latest/bin
|
fish_add_path /opt/android-sdk/cmdline-tools/latest/bin
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,19 @@
|
||||||
},
|
},
|
||||||
"model_parameters": []
|
"model_parameters": []
|
||||||
}, */
|
}, */
|
||||||
|
"ssh_connections": [
|
||||||
|
{
|
||||||
|
"host": "server",
|
||||||
|
"args": [],
|
||||||
|
"projects": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outline_panel": {
|
||||||
|
"dock": "left"
|
||||||
|
},
|
||||||
|
"collaboration_panel": {
|
||||||
|
"dock": "left"
|
||||||
|
},
|
||||||
"enable_language_server": false,
|
"enable_language_server": false,
|
||||||
"remove_trailing_whitespace_on_save": false,
|
"remove_trailing_whitespace_on_save": false,
|
||||||
"use_on_type_format": false,
|
"use_on_type_format": false,
|
||||||
|
|
@ -39,8 +52,10 @@
|
||||||
},
|
},
|
||||||
"show_edit_predictions": false,
|
"show_edit_predictions": false,
|
||||||
"agent": {
|
"agent": {
|
||||||
|
"sidebar_side": "left",
|
||||||
|
"dock": "right",
|
||||||
"always_allow_tool_actions": false,
|
"always_allow_tool_actions": false,
|
||||||
"default_profile": "ask",
|
"default_profile": "write",
|
||||||
"default_model": {
|
"default_model": {
|
||||||
"effort": "high",
|
"effort": "high",
|
||||||
"enable_thinking": false,
|
"enable_thinking": false,
|
||||||
|
|
|
||||||
16
.gitconfig
Normal file
16
.gitconfig
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
[user]
|
||||||
|
email = rafayahmad@fluxgrid.pk
|
||||||
|
name = RafayAhmad7548
|
||||||
|
signingkey = /home/rafayahmad/.ssh/id_github.pub
|
||||||
|
[core]
|
||||||
|
editor = nvim
|
||||||
|
[push]
|
||||||
|
default = current
|
||||||
|
autoSetupRemote = true
|
||||||
|
[alias]
|
||||||
|
graph = log --oneline --graph --decorate --all --color
|
||||||
|
diverged = "!f() { git rev-list --left-right --count HEAD...\"$1\"; }; f"
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue