diff --git a/.bashrc b/.bashrc index 756cd59..8b55ffa 100644 --- a/.bashrc +++ b/.bashrc @@ -12,15 +12,10 @@ source ~/.local/share/omarchy/default/bash/rc . "$HOME/.cargo/env" . "$HOME/.local/share/../bin/env" + alias zed='zeditor' alias la='ls -la' - +source ~/.config/env.sh 2>/dev/null || true fastfetch - - -export PATH="$PATH:/home/jake/.lmstudio/bin" - -# Allow Zed to render jupyter notebooks -export LOCAL_NOTEBOOK_DEV=1 diff --git a/env.sh b/env.sh new file mode 100644 index 0000000..759413a --- /dev/null +++ b/env.sh @@ -0,0 +1,15 @@ +# LM Studio +export PATH="$PATH:/home/jake/.lmstudio/bin" + +# Github Copilot CLI +export COPILOT_PROVIDER_BASE_URL="http://framework.tawny-bellatrix.ts.net:1234/v1" +export COPILOT_PROVIDER_TYPE="openai" #default +export COPILOT_PROVIDER_API_KEY="local" +export COPILOT_PROVIDER_WIRE_API="completions" #default +export COPILOT_MODEL="qwen3.5" +export COPILOT_PROVIDER_MODEL_ID="qwen3.5" +export COPILOT_PROVIDER_WIRE_MODEL="qwen3.5" +# export COPILOT_PROVIDER_MAX_PROMPT_TOKENS="" Maximum prompt tokens +# export COPILOT_PROVIDER_MAX_OUTPUT_TOKENS="" Maximum output tokens + +# others diff --git a/hypr/bindings.conf b/hypr/bindings.conf index a46592e..438994d 100644 --- a/hypr/bindings.conf +++ b/hypr/bindings.conf @@ -18,3 +18,6 @@ bind = , XF86PowerOff, exec, hyprctl dispatch dpms toggle # Super L to Lock unbind = SUPER , L bindd = SUPER, L, Lock system, exec, omarchy-lock-screen + +unbind = , Caps_Lock +kb_options = compose:caps diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index b7d1769..b739a98 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -11,7 +11,7 @@ listener { } listener { - timeout = 151 # 5min + timeout = 300 # 5min on-timeout = loginctl lock-session # lock screen when timeout has passed } @@ -22,7 +22,7 @@ listener { } listener { - timeout = 330 # 5.5min + timeout = 600 # 10min on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected } diff --git a/opencode.json b/opencode.json index 83324d3..206ffec 100644 --- a/opencode.json +++ b/opencode.json @@ -11,6 +11,12 @@ "models": { "qwen/qwen3-coder-next": { "name": "qwen coder next" + }, + "qwen3.5": { + "name": "qwen 3.5" + }, + "gemma-4-31b-it@q8_0": { + "name": "gemma4" } } } diff --git a/scripts/generic/set_up_sym_links.sh b/scripts/generic/set_up_sym_links.sh index c921d77..8651497 100755 --- a/scripts/generic/set_up_sym_links.sh +++ b/scripts/generic/set_up_sym_links.sh @@ -6,6 +6,7 @@ link_to_config=( "starship.toml" "fastfetch" "hypr" + "env.sh" ) link_to_home=( ".bashrc" diff --git a/starship.toml b/starship.toml index cac7f55..ab26a99 100644 --- a/starship.toml +++ b/starship.toml @@ -23,6 +23,7 @@ $line_break\ $character""" palette = 'catppuccin_mocha' +scan_timeout = 300 [os] disabled = false @@ -61,7 +62,7 @@ disabled = false [time] disabled = false time_format = "%R" -utc_time_offset = '+0' +utc_time_offset = '+1' style = "bg:lavender" format = '[[ 🕙 $time ](fg:crust bg:lavender)]($style)'