Compare commits
2 Commits
main
...
fa680ff2e4
| Author | SHA1 | Date | |
|---|---|---|---|
| fa680ff2e4 | |||
| 72c20701b7 |
@@ -282,6 +282,5 @@
|
|||||||
"editor.inlayHints.fontFamily": "Sriracha",
|
"editor.inlayHints.fontFamily": "Sriracha",
|
||||||
"github.copilot.nextEditSuggestions.enabled": true,
|
"github.copilot.nextEditSuggestions.enabled": true,
|
||||||
"gitlens.ai.model": "vscode",
|
"gitlens.ai.model": "vscode",
|
||||||
"gitlens.ai.vscode.model": "copilot:gpt-4.1",
|
"gitlens.ai.vscode.model": "copilot:gpt-4.1"
|
||||||
"workbench.startupEditor": "none"
|
|
||||||
}
|
}
|
||||||
@@ -8,8 +8,3 @@ normal = { family = "JetBrainsMonoNerdFontMono", style = "Regular" }
|
|||||||
bold = { family = "JetBrainsMonoNerdFontMono", style = "Bold" }
|
bold = { family = "JetBrainsMonoNerdFontMono", style = "Bold" }
|
||||||
italic = { family = "JetBrainsMonoNerdFontMono", style = "Italic" }
|
italic = { family = "JetBrainsMonoNerdFontMono", style = "Italic" }
|
||||||
bold_italic = { family = "JetBrainsMonoNerdFontMono", style = "BoldItalic" }
|
bold_italic = { family = "JetBrainsMonoNerdFontMono", style = "BoldItalic" }
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
key = "Return"
|
|
||||||
mods = "Shift"
|
|
||||||
chars = "\u001b\r"
|
|
||||||
|
|||||||
@@ -1,272 +0,0 @@
|
|||||||
#? Config file for btop v.1.4.6
|
|
||||||
|
|
||||||
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
|
||||||
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
|
||||||
color_theme = "/home/tgrosinger/.config/btop/themes/catppuccin_latte.theme"
|
|
||||||
|
|
||||||
#* If the theme set background should be shown, set to False if you want terminal background transparency.
|
|
||||||
theme_background = true
|
|
||||||
|
|
||||||
#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false.
|
|
||||||
truecolor = true
|
|
||||||
|
|
||||||
#* Set to true to force tty mode regardless if a real tty has been detected or not.
|
|
||||||
#* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols.
|
|
||||||
force_tty = false
|
|
||||||
|
|
||||||
#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets.
|
|
||||||
#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box.
|
|
||||||
#* Use whitespace " " as separator between different presets.
|
|
||||||
#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
|
|
||||||
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
|
|
||||||
|
|
||||||
#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists.
|
|
||||||
#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift.
|
|
||||||
vim_keys = false
|
|
||||||
|
|
||||||
#* Rounded corners on boxes, is ignored if TTY mode is ON.
|
|
||||||
rounded_corners = true
|
|
||||||
|
|
||||||
#* Use terminal synchronized output sequences to reduce flickering on supported terminals.
|
|
||||||
terminal_sync = true
|
|
||||||
|
|
||||||
#* Default symbols to use for graph creation, "braille", "block" or "tty".
|
|
||||||
#* "braille" offers the highest resolution but might not be included in all fonts.
|
|
||||||
#* "block" has half the resolution of braille but uses more common characters.
|
|
||||||
#* "tty" uses only 3 different symbols but will work with most fonts and should work in a real TTY.
|
|
||||||
#* Note that "tty" only has half the horizontal resolution of the other two, so will show a shorter historical view.
|
|
||||||
graph_symbol = "braille"
|
|
||||||
|
|
||||||
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
|
||||||
graph_symbol_cpu = "default"
|
|
||||||
|
|
||||||
# Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty".
|
|
||||||
graph_symbol_gpu = "default"
|
|
||||||
|
|
||||||
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
|
||||||
graph_symbol_mem = "default"
|
|
||||||
|
|
||||||
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
|
||||||
graph_symbol_net = "default"
|
|
||||||
|
|
||||||
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
|
||||||
graph_symbol_proc = "default"
|
|
||||||
|
|
||||||
#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
|
|
||||||
shown_boxes = "cpu mem net proc"
|
|
||||||
|
|
||||||
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
|
||||||
update_ms = 2000
|
|
||||||
|
|
||||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
|
||||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
|
||||||
proc_sorting = "cpu lazy"
|
|
||||||
|
|
||||||
#* Reverse sorting order, True or False.
|
|
||||||
proc_reversed = false
|
|
||||||
|
|
||||||
#* Show processes as a tree.
|
|
||||||
proc_tree = true
|
|
||||||
|
|
||||||
#* Use the cpu graph colors in the process list.
|
|
||||||
proc_colors = true
|
|
||||||
|
|
||||||
#* Use a darkening gradient in the process list.
|
|
||||||
proc_gradient = true
|
|
||||||
|
|
||||||
#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
|
|
||||||
proc_per_core = true
|
|
||||||
|
|
||||||
#* Show process memory as bytes instead of percent.
|
|
||||||
proc_mem_bytes = true
|
|
||||||
|
|
||||||
#* Show cpu graph for each process.
|
|
||||||
proc_cpu_graphs = true
|
|
||||||
|
|
||||||
#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)
|
|
||||||
proc_info_smaps = false
|
|
||||||
|
|
||||||
#* Show proc box on left side of screen instead of right.
|
|
||||||
proc_left = false
|
|
||||||
|
|
||||||
#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
|
|
||||||
proc_filter_kernel = false
|
|
||||||
|
|
||||||
#* In tree-view, always accumulate child process resources in the parent process.
|
|
||||||
proc_aggregate = false
|
|
||||||
|
|
||||||
#* Should cpu and memory usage display be preserved for dead processes when paused.
|
|
||||||
keep_dead_proc_usage = false
|
|
||||||
|
|
||||||
#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available.
|
|
||||||
#* Select from a list of detected attributes from the options menu.
|
|
||||||
cpu_graph_upper = "Auto"
|
|
||||||
|
|
||||||
#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available.
|
|
||||||
#* Select from a list of detected attributes from the options menu.
|
|
||||||
cpu_graph_lower = "Auto"
|
|
||||||
|
|
||||||
#* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off".
|
|
||||||
show_gpu_info = "Auto"
|
|
||||||
|
|
||||||
#* Toggles if the lower CPU graph should be inverted.
|
|
||||||
cpu_invert_lower = true
|
|
||||||
|
|
||||||
#* Set to True to completely disable the lower CPU graph.
|
|
||||||
cpu_single_graph = false
|
|
||||||
|
|
||||||
#* Show cpu box at bottom of screen instead of top.
|
|
||||||
cpu_bottom = false
|
|
||||||
|
|
||||||
#* Shows the system uptime in the CPU box.
|
|
||||||
show_uptime = true
|
|
||||||
|
|
||||||
#* Shows the CPU package current power consumption in watts. Requires running `make setcap` or `make setuid` or running with sudo.
|
|
||||||
show_cpu_watts = true
|
|
||||||
|
|
||||||
#* Show cpu temperature.
|
|
||||||
check_temp = true
|
|
||||||
|
|
||||||
#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors.
|
|
||||||
cpu_sensor = "Auto"
|
|
||||||
|
|
||||||
#* Show temperatures for cpu cores also if check_temp is True and sensors has been found.
|
|
||||||
show_coretemp = true
|
|
||||||
|
|
||||||
#* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core.
|
|
||||||
#* Use lm-sensors or similar to see which cores are reporting temperatures on your machine.
|
|
||||||
#* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries.
|
|
||||||
#* Example: "4:0 5:1 6:3"
|
|
||||||
cpu_core_map = ""
|
|
||||||
|
|
||||||
#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine".
|
|
||||||
temp_scale = "celsius"
|
|
||||||
|
|
||||||
#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024.
|
|
||||||
base_10_sizes = false
|
|
||||||
|
|
||||||
#* Show CPU frequency.
|
|
||||||
show_cpu_freq = true
|
|
||||||
|
|
||||||
#* How to calculate CPU frequency, available values: "first", "range", "lowest", "highest" and "average".
|
|
||||||
freq_mode = "first"
|
|
||||||
|
|
||||||
#* Draw a clock at top of screen, formatting according to strftime, empty string to disable.
|
|
||||||
#* Special formatting: /host = hostname | /user = username | /uptime = system uptime
|
|
||||||
clock_format = "%X"
|
|
||||||
|
|
||||||
#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort.
|
|
||||||
background_update = true
|
|
||||||
|
|
||||||
#* Custom cpu model name, empty string to disable.
|
|
||||||
custom_cpu_name = ""
|
|
||||||
|
|
||||||
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
|
|
||||||
#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user"
|
|
||||||
disks_filter = ""
|
|
||||||
|
|
||||||
#* Show graphs instead of meters for memory values.
|
|
||||||
mem_graphs = true
|
|
||||||
|
|
||||||
#* Show mem box below net box instead of above.
|
|
||||||
mem_below_net = false
|
|
||||||
|
|
||||||
#* Count ZFS ARC in cached and available memory.
|
|
||||||
zfs_arc_cached = true
|
|
||||||
|
|
||||||
#* If swap memory should be shown in memory box.
|
|
||||||
show_swap = true
|
|
||||||
|
|
||||||
#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk.
|
|
||||||
swap_disk = true
|
|
||||||
|
|
||||||
#* If mem box should be split to also show disks info.
|
|
||||||
show_disks = true
|
|
||||||
|
|
||||||
#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
|
|
||||||
only_physical = true
|
|
||||||
|
|
||||||
#* Read disks list from /etc/fstab. This also disables only_physical.
|
|
||||||
use_fstab = true
|
|
||||||
|
|
||||||
#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
|
|
||||||
zfs_hide_datasets = false
|
|
||||||
|
|
||||||
#* Set to true to show available disk space for privileged users.
|
|
||||||
disk_free_priv = false
|
|
||||||
|
|
||||||
#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view.
|
|
||||||
show_io_stat = true
|
|
||||||
|
|
||||||
#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
|
|
||||||
io_mode = false
|
|
||||||
|
|
||||||
#* Set to True to show combined read/write io graphs in io mode.
|
|
||||||
io_graph_combined = false
|
|
||||||
|
|
||||||
#* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ".
|
|
||||||
#* Example: "/mnt/media:100 /:20 /boot:1".
|
|
||||||
io_graph_speeds = ""
|
|
||||||
|
|
||||||
#* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False.
|
|
||||||
net_download = 100
|
|
||||||
|
|
||||||
net_upload = 100
|
|
||||||
|
|
||||||
#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest.
|
|
||||||
net_auto = true
|
|
||||||
|
|
||||||
#* Sync the auto scaling for download and upload to whichever currently has the highest scale.
|
|
||||||
net_sync = true
|
|
||||||
|
|
||||||
#* Starts with the Network Interface specified here.
|
|
||||||
net_iface = ""
|
|
||||||
|
|
||||||
#* "True" shows bitrates in base 10 (Kbps, Mbps). "False" shows bitrates in binary sizes (Kibps, Mibps, etc.). "Auto" uses base_10_sizes.
|
|
||||||
base_10_bitrate = "Auto"
|
|
||||||
|
|
||||||
#* Show battery stats in top right if battery is present.
|
|
||||||
show_battery = true
|
|
||||||
|
|
||||||
#* Which battery to use if multiple are present. "Auto" for auto detection.
|
|
||||||
selected_battery = "Auto"
|
|
||||||
|
|
||||||
#* Show power stats of battery next to charge indicator.
|
|
||||||
show_battery_watts = true
|
|
||||||
|
|
||||||
#* Set loglevel for "~/.local/state/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
|
|
||||||
#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
|
|
||||||
log_level = "WARNING"
|
|
||||||
|
|
||||||
#* Automatically save current settings to config file on exit.
|
|
||||||
save_config_on_exit = true
|
|
||||||
|
|
||||||
#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards.
|
|
||||||
nvml_measure_pcie_speeds = true
|
|
||||||
|
|
||||||
#* Measure PCIe throughput on AMD cards, may impact performance on certain cards.
|
|
||||||
rsmi_measure_pcie_speeds = true
|
|
||||||
|
|
||||||
#* Horizontally mirror the GPU graph.
|
|
||||||
gpu_mirror_graph = true
|
|
||||||
|
|
||||||
#* Set which GPU vendors to show. Available values are "nvidia amd intel"
|
|
||||||
shown_gpus = "nvidia amd intel"
|
|
||||||
|
|
||||||
#* Custom gpu0 model name, empty string to disable.
|
|
||||||
custom_gpu_name0 = ""
|
|
||||||
|
|
||||||
#* Custom gpu1 model name, empty string to disable.
|
|
||||||
custom_gpu_name1 = ""
|
|
||||||
|
|
||||||
#* Custom gpu2 model name, empty string to disable.
|
|
||||||
custom_gpu_name2 = ""
|
|
||||||
|
|
||||||
#* Custom gpu3 model name, empty string to disable.
|
|
||||||
custom_gpu_name3 = ""
|
|
||||||
|
|
||||||
#* Custom gpu4 model name, empty string to disable.
|
|
||||||
custom_gpu_name4 = ""
|
|
||||||
|
|
||||||
#* Custom gpu5 model name, empty string to disable.
|
|
||||||
custom_gpu_name5 = ""
|
|
||||||
@@ -1,83 +0,0 @@
|
|||||||
# Main background, empty for terminal default, need to be empty if you want transparent background
|
|
||||||
theme[main_bg]="#eff1f5"
|
|
||||||
|
|
||||||
# Main text color
|
|
||||||
theme[main_fg]="#4c4f69"
|
|
||||||
|
|
||||||
# Title color for boxes
|
|
||||||
theme[title]="#4c4f69"
|
|
||||||
|
|
||||||
# Highlight color for keyboard shortcuts
|
|
||||||
theme[hi_fg]="#1e66f5"
|
|
||||||
|
|
||||||
# Background color of selected item in processes box
|
|
||||||
theme[selected_bg]="#bcc0cc"
|
|
||||||
|
|
||||||
# Foreground color of selected item in processes box
|
|
||||||
theme[selected_fg]="#1e66f5"
|
|
||||||
|
|
||||||
# Color of inactive/disabled text
|
|
||||||
theme[inactive_fg]="#8c8fa1"
|
|
||||||
|
|
||||||
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
|
|
||||||
theme[graph_text]="#dc8a78"
|
|
||||||
|
|
||||||
# Background color of the percentage meters
|
|
||||||
theme[meter_bg]="#bcc0cc"
|
|
||||||
|
|
||||||
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
|
||||||
theme[proc_misc]="#dc8a78"
|
|
||||||
|
|
||||||
# CPU, Memory, Network, Proc box outline colors
|
|
||||||
theme[cpu_box]="#8839ef" #Mauve
|
|
||||||
theme[mem_box]="#40a02b" #Green
|
|
||||||
theme[net_box]="#e64553" #Maroon
|
|
||||||
theme[proc_box]="#1e66f5" #Blue
|
|
||||||
|
|
||||||
# Box divider line and small boxes line color
|
|
||||||
theme[div_line]="#9ca0b0"
|
|
||||||
|
|
||||||
# Temperature graph color (Green -> Yellow -> Red)
|
|
||||||
theme[temp_start]="#40a02b"
|
|
||||||
theme[temp_mid]="#df8e1d"
|
|
||||||
theme[temp_end]="#d20f39"
|
|
||||||
|
|
||||||
# CPU graph colors (Teal -> Lavender)
|
|
||||||
theme[cpu_start]="#179299"
|
|
||||||
theme[cpu_mid]="#209fb5"
|
|
||||||
theme[cpu_end]="#7287fd"
|
|
||||||
|
|
||||||
# Mem/Disk free meter (Mauve -> Lavender -> Blue)
|
|
||||||
theme[free_start]="#8839ef"
|
|
||||||
theme[free_mid]="#7287fd"
|
|
||||||
theme[free_end]="#1e66f5"
|
|
||||||
|
|
||||||
# Mem/Disk cached meter (Sapphire -> Lavender)
|
|
||||||
theme[cached_start]="#209fb5"
|
|
||||||
theme[cached_mid]="#1e66f5"
|
|
||||||
theme[cached_end]="#7287fd"
|
|
||||||
|
|
||||||
# Mem/Disk available meter (Peach -> Red)
|
|
||||||
theme[available_start]="#fe640b"
|
|
||||||
theme[available_mid]="#e64553"
|
|
||||||
theme[available_end]="#d20f39"
|
|
||||||
|
|
||||||
# Mem/Disk used meter (Green -> Sky)
|
|
||||||
theme[used_start]="#40a02b"
|
|
||||||
theme[used_mid]="#179299"
|
|
||||||
theme[used_end]="#04a5e5"
|
|
||||||
|
|
||||||
# Download graph colors (Peach -> Red)
|
|
||||||
theme[download_start]="#fe640b"
|
|
||||||
theme[download_mid]="#e64553"
|
|
||||||
theme[download_end]="#d20f39"
|
|
||||||
|
|
||||||
# Upload graph colors (Green -> Sky)
|
|
||||||
theme[upload_start]="#40a02b"
|
|
||||||
theme[upload_mid]="#179299"
|
|
||||||
theme[upload_end]="#04a5e5"
|
|
||||||
|
|
||||||
# Process box color gradient for threads, mem and cpu usage (Sapphire -> Mauve)
|
|
||||||
theme[process_start]="#209fb5"
|
|
||||||
theme[process_mid]="#7287fd"
|
|
||||||
theme[process_end]="#8839ef"
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
complete -c dev-switch -f -a '(git worktree list --porcelain 2>/dev/null | string match "worktree *" | string replace "worktree " "" | while read -l p; basename $p; end)'
|
|
||||||
@@ -1,52 +0,0 @@
|
|||||||
function __dev_repo_name
|
|
||||||
# Use the main worktree (first entry) for consistent naming across worktrees
|
|
||||||
set -l lines (git worktree list --porcelain | string replace -rf "^worktree " "")
|
|
||||||
basename $lines[1]
|
|
||||||
end
|
|
||||||
|
|
||||||
function __dev_create_session -a session dir
|
|
||||||
if test -z "$dir"
|
|
||||||
set dir (pwd)
|
|
||||||
end
|
|
||||||
if not tmux has-session -t "$session" 2>/dev/null
|
|
||||||
# Unset any devbox environment variables so they can be re-sourced
|
|
||||||
# in the new directory.
|
|
||||||
set -l shell env
|
|
||||||
for var in (set --names --export | string match 'DEVBOX_*')
|
|
||||||
set -a shell -u $var
|
|
||||||
end
|
|
||||||
|
|
||||||
set -a shell (command -s fish) --login
|
|
||||||
|
|
||||||
tmux new-session -d -s "$session" -c "$dir" -n dev $shell
|
|
||||||
|
|
||||||
# Ensure that new panes in this session also start with the clean environment.
|
|
||||||
tmux set-option -t "$session" default-command (string join ' ' -- $shell)
|
|
||||||
|
|
||||||
set -l left (tmux display-message -t "$session:dev" -p '#{pane_id}')
|
|
||||||
tmux split-window -h -t "$left" -c "$dir" $shell
|
|
||||||
set -l right (tmux display-message -t "$session:dev" -p '#{pane_id}')
|
|
||||||
tmux split-window -v -t "$right" -c "$dir" $shell
|
|
||||||
set -l bottom_right (tmux display-message -t "$session:dev" -p '#{pane_id}')
|
|
||||||
tmux send-keys -t "$left" 'vim' Enter
|
|
||||||
tmux send-keys -t "$right" 'claude' Enter
|
|
||||||
|
|
||||||
tmux select-pane -t "$bottom_right"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
function __dev_attach_session -a session
|
|
||||||
if test -z "$TMUX"
|
|
||||||
tmux attach-session -t "$session"
|
|
||||||
else
|
|
||||||
set -l current_session (tmux display-message -p '#S')
|
|
||||||
if test "$current_session" != "$session"
|
|
||||||
tmux switch-client -t "$session"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
function __dev_wt_session_name -a repo branch
|
|
||||||
set -l name "$repo-"(string replace -a '/' '-' -- $branch | string replace -a '\\' '-')
|
|
||||||
string replace -a '.' '-' -- $name
|
|
||||||
end
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
# This file was created by fish when upgrading to version 4.3, to migrate
|
|
||||||
# the 'fish_key_bindings' variable from its old default scope (universal)
|
|
||||||
# to its new default scope (global). We recommend you delete this file
|
|
||||||
# and configure key bindings in ~/.config/fish/config.fish if needed.
|
|
||||||
|
|
||||||
set --global fish_key_bindings fish_vi_key_bindings
|
|
||||||
|
|
||||||
# Prior to version 4.3, fish shipped an event handler that runs
|
|
||||||
# `set --universal fish_key_bindings fish_default_key_bindings`
|
|
||||||
# whenever the fish_key_bindings variable is erased.
|
|
||||||
# This means that as long as any fish < 4.3 is still running on this system,
|
|
||||||
# we cannot complete the migration.
|
|
||||||
# As a workaround, erase the universal variable at every shell startup.
|
|
||||||
set --erase --universal fish_key_bindings
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
# This file was created by fish when upgrading to version 4.3, to migrate
|
|
||||||
# theme variables from universal to global scope.
|
|
||||||
# Don't edit this file, as it will be written by the web-config tool (`fish_config`).
|
|
||||||
# To customize your theme, delete this file and see
|
|
||||||
# help interactive#syntax-highlighting
|
|
||||||
# or
|
|
||||||
# man fish-interactive | less +/^SYNTAX.HIGHLIGHTING
|
|
||||||
# for appropriate commands to add to ~/.config/fish/config.fish instead.
|
|
||||||
# See also the release notes for fish 4.3.0 (run `help relnotes`).
|
|
||||||
|
|
||||||
set --global fish_color_autosuggestion 9ca0b0
|
|
||||||
set --global fish_color_cancel d20f39
|
|
||||||
set --global fish_color_command 1e66f5
|
|
||||||
set --global fish_color_comment 8c8fa1
|
|
||||||
set --global fish_color_cwd df8e1d
|
|
||||||
set --global fish_color_cwd_root red
|
|
||||||
set --global fish_color_end fe640b
|
|
||||||
set --global fish_color_error d20f39
|
|
||||||
set --global fish_color_escape e64553
|
|
||||||
set --global fish_color_gray 9ca0b0
|
|
||||||
set --global fish_color_history_current --bold
|
|
||||||
set --global fish_color_host 1e66f5
|
|
||||||
set --global fish_color_host_remote 40a02b
|
|
||||||
set --global fish_color_keyword 8839ef
|
|
||||||
set --global fish_color_normal 4c4f69
|
|
||||||
set --global fish_color_operator ea76cb
|
|
||||||
set --global fish_color_option 40a02b
|
|
||||||
set --global fish_color_param dd7878
|
|
||||||
set --global fish_color_quote 40a02b
|
|
||||||
set --global fish_color_redirection ea76cb
|
|
||||||
set --global fish_color_search_match --background=ccd0da
|
|
||||||
set --global fish_color_selection --background=ccd0da
|
|
||||||
set --global fish_color_status d20f39
|
|
||||||
set --global fish_color_user 179299
|
|
||||||
set --global fish_color_valid_path --underline
|
|
||||||
set --global fish_pager_color_background
|
|
||||||
set --global fish_pager_color_completion 4c4f69
|
|
||||||
set --global fish_pager_color_description 9ca0b0
|
|
||||||
set --global fish_pager_color_prefix ea76cb
|
|
||||||
set --global fish_pager_color_progress 9ca0b0
|
|
||||||
set --global fish_pager_color_secondary_background
|
|
||||||
set --global fish_pager_color_secondary_completion
|
|
||||||
set --global fish_pager_color_secondary_description
|
|
||||||
set --global fish_pager_color_secondary_prefix
|
|
||||||
set --global fish_pager_color_selected_background
|
|
||||||
set --global fish_pager_color_selected_completion
|
|
||||||
set --global fish_pager_color_selected_description
|
|
||||||
set --global fish_pager_color_selected_prefix
|
|
||||||
@@ -25,19 +25,10 @@ if status is-interactive
|
|||||||
alias la="eza --long --header --git --group --time-style long-iso -a"
|
alias la="eza --long --header --git --group --time-style long-iso -a"
|
||||||
alias record='wf-recorder -g "$(slurp)"'
|
alias record='wf-recorder -g "$(slurp)"'
|
||||||
|
|
||||||
# Set a location to store variables that should not be tracked in git.
|
|
||||||
if test -f ~/.local/fish_env.fish
|
|
||||||
source ~/.local/fish_env.fish
|
|
||||||
end
|
|
||||||
|
|
||||||
# Abbreviations
|
# Abbreviations
|
||||||
# https://fishshell.com/docs/current/cmds/abbr.html
|
# https://fishshell.com/docs/current/cmds/abbr.html
|
||||||
abbr --add --position command ds devbox services
|
abbr --add --position command ds devbox services
|
||||||
|
|
||||||
# Set Path
|
# Set Path
|
||||||
fish_add_path -p /home/tgrosinger/.dotfiles/bin/linux
|
fish_add_path -p /home/tgrosinger/.dotfiles/bin/linux
|
||||||
|
|
||||||
# Add global devbox packages.
|
|
||||||
# https://www.jetify.com/docs/devbox/devbox-global
|
|
||||||
devbox global shellenv --init-hook | source
|
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,4 +1,43 @@
|
|||||||
# This file contains fish universal variable definitions.
|
# This file contains fish universal variable definitions.
|
||||||
# VERSION: 3.0
|
# VERSION: 3.0
|
||||||
SETUVAR __fish_initialized:4300
|
SETUVAR __fish_initialized:3800
|
||||||
|
SETUVAR fish_color_autosuggestion:9ca0b0
|
||||||
|
SETUVAR fish_color_cancel:d20f39
|
||||||
|
SETUVAR fish_color_command:1e66f5
|
||||||
|
SETUVAR fish_color_comment:8c8fa1
|
||||||
|
SETUVAR fish_color_cwd:df8e1d
|
||||||
|
SETUVAR fish_color_cwd_root:red
|
||||||
|
SETUVAR fish_color_end:fe640b
|
||||||
|
SETUVAR fish_color_error:d20f39
|
||||||
|
SETUVAR fish_color_escape:e64553
|
||||||
|
SETUVAR fish_color_gray:9ca0b0
|
||||||
|
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||||
|
SETUVAR fish_color_host:1e66f5
|
||||||
|
SETUVAR fish_color_host_remote:40a02b
|
||||||
|
SETUVAR fish_color_keyword:8839ef
|
||||||
|
SETUVAR fish_color_normal:4c4f69
|
||||||
|
SETUVAR fish_color_operator:ea76cb
|
||||||
|
SETUVAR fish_color_option:40a02b
|
||||||
|
SETUVAR fish_color_param:dd7878
|
||||||
|
SETUVAR fish_color_quote:40a02b
|
||||||
|
SETUVAR fish_color_redirection:ea76cb
|
||||||
|
SETUVAR fish_color_search_match:\x2d\x2dbackground\x3dccd0da
|
||||||
|
SETUVAR fish_color_selection:\x2d\x2dbackground\x3dccd0da
|
||||||
|
SETUVAR fish_color_status:d20f39
|
||||||
|
SETUVAR fish_color_user:179299
|
||||||
|
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||||
|
SETUVAR fish_key_bindings:fish_vi_key_bindings
|
||||||
|
SETUVAR fish_pager_color_background:\x1d
|
||||||
|
SETUVAR fish_pager_color_completion:4c4f69
|
||||||
|
SETUVAR fish_pager_color_description:9ca0b0
|
||||||
|
SETUVAR fish_pager_color_prefix:ea76cb
|
||||||
|
SETUVAR fish_pager_color_progress:9ca0b0
|
||||||
|
SETUVAR fish_pager_color_secondary_background:\x1d
|
||||||
|
SETUVAR fish_pager_color_secondary_completion:\x1d
|
||||||
|
SETUVAR fish_pager_color_secondary_description:\x1d
|
||||||
|
SETUVAR fish_pager_color_secondary_prefix:\x1d
|
||||||
|
SETUVAR fish_pager_color_selected_background:\x1d
|
||||||
|
SETUVAR fish_pager_color_selected_completion:\x1d
|
||||||
|
SETUVAR fish_pager_color_selected_description:\x1d
|
||||||
|
SETUVAR fish_pager_color_selected_prefix:\x1d
|
||||||
SETUVAR fish_user_paths:/home/tgrosinger/\x2edotfiles/bin/linux
|
SETUVAR fish_user_paths:/home/tgrosinger/\x2edotfiles/bin/linux
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
set AUTOENV_AUTH_FILE ~/.autoenv_authorized
|
set AUTOENV_AUTH_FILE ~/.autoenv_authorized
|
||||||
set AUTOENV_TRUSTED_FILE ~/.autoenv_trusted
|
|
||||||
if [ -z "$AUTOENV_ENV_FILENAME" ]
|
if [ -z "$AUTOENV_ENV_FILENAME" ]
|
||||||
set AUTOENV_ENV_FILENAME ".env"
|
set AUTOENV_ENV_FILENAME ".env"
|
||||||
end
|
end
|
||||||
@@ -78,27 +77,6 @@ function autoenv_hashline
|
|||||||
echo "$envfile:$hash"
|
echo "$envfile:$hash"
|
||||||
end
|
end
|
||||||
|
|
||||||
function autoenv_content_hash
|
|
||||||
set envfile $argv[1]
|
|
||||||
shasum "$envfile" | cut -d' ' -f 1
|
|
||||||
end
|
|
||||||
|
|
||||||
function autoenv_check_trusted
|
|
||||||
set envfile $argv[1]
|
|
||||||
set hash (autoenv_content_hash "$envfile")
|
|
||||||
touch $AUTOENV_TRUSTED_FILE
|
|
||||||
grep -Fxq "$hash" $AUTOENV_TRUSTED_FILE
|
|
||||||
end
|
|
||||||
|
|
||||||
function autoenv_trust_env
|
|
||||||
set envfile $argv[1]
|
|
||||||
set hash (autoenv_content_hash "$envfile")
|
|
||||||
touch $AUTOENV_TRUSTED_FILE
|
|
||||||
if not grep -Fxq "$hash" $AUTOENV_TRUSTED_FILE
|
|
||||||
echo "$hash" >>$AUTOENV_TRUSTED_FILE
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
function autoenv_check_authz
|
function autoenv_check_authz
|
||||||
# typeset envfile hash
|
# typeset envfile hash
|
||||||
set envfile $argv[1]
|
set envfile $argv[1]
|
||||||
@@ -109,7 +87,7 @@ end
|
|||||||
|
|
||||||
function autoenv_check_authz_and_run
|
function autoenv_check_authz_and_run
|
||||||
set envfile $argv[1]
|
set envfile $argv[1]
|
||||||
if autoenv_check_authz "$envfile"; or autoenv_check_trusted "$envfile"
|
if autoenv_check_authz "$envfile"
|
||||||
autoenv_source "$envfile"
|
autoenv_source "$envfile"
|
||||||
return 0
|
return 0
|
||||||
end
|
end
|
||||||
@@ -122,16 +100,11 @@ function autoenv_check_authz_and_run
|
|||||||
autoenv_indent "$envfile"
|
autoenv_indent "$envfile"
|
||||||
autoenv_env " --- (end contents) -----------------------------------------"
|
autoenv_env " --- (end contents) -----------------------------------------"
|
||||||
autoenv_env
|
autoenv_env
|
||||||
autoenv_printf "Are you sure you want to allow this? (y/t/N) \n"
|
autoenv_printf "Are you sure you want to allow this? (y/N) \n"
|
||||||
autoenv_env " y - approve for this path only"
|
|
||||||
autoenv_env " t - trust these contents everywhere"
|
|
||||||
read answer
|
read answer
|
||||||
if [ "$answer" = y -o "$answer" = Y ]
|
if [ $answer = y -o $answer = Y ]
|
||||||
autoenv_authorize_env "$envfile"
|
autoenv_authorize_env "$envfile"
|
||||||
autoenv_source "$envfile"
|
autoenv_source "$envfile"
|
||||||
else if [ "$answer" = t -o "$answer" = T ]
|
|
||||||
autoenv_trust_env "$envfile"
|
|
||||||
autoenv_source "$envfile"
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -158,7 +131,3 @@ function autoenv_source
|
|||||||
#set -e AUTOENV_CUR_FILE
|
#set -e AUTOENV_CUR_FILE
|
||||||
#set -e AUTOENV_CUR_DIR
|
#set -e AUTOENV_CUR_DIR
|
||||||
end
|
end
|
||||||
|
|
||||||
# Run once on shell startup so .env files are sourced in the initial
|
|
||||||
# working directory (PWD is already set, so --on-variable PWD won't fire).
|
|
||||||
autoenv_init
|
|
||||||
|
|||||||
@@ -1,74 +0,0 @@
|
|||||||
function dev-wt -d "Switch to a tmux dev session for a worktree, creating it if needed" -a name
|
|
||||||
set -l repo (__dev_repo_name 2>/dev/null)
|
|
||||||
if test -z "$repo"
|
|
||||||
echo "Not in a git repository"
|
|
||||||
return 1
|
|
||||||
end
|
|
||||||
|
|
||||||
# Default to current branch when no argument given
|
|
||||||
if test -z "$name"
|
|
||||||
set name (git branch --show-current 2>/dev/null)
|
|
||||||
if test -z "$name"
|
|
||||||
echo "Usage: dev-wt [worktree-name]"
|
|
||||||
return 1
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
set -l wt_path ""
|
|
||||||
set -l wt_branch ""
|
|
||||||
|
|
||||||
# Search for worktree by directory basename or branch name
|
|
||||||
set -l current_path ""
|
|
||||||
set -l current_branch ""
|
|
||||||
for line in (git worktree list --porcelain)
|
|
||||||
if string match -q "worktree *" -- $line
|
|
||||||
set current_path (string replace "worktree " "" -- $line)
|
|
||||||
set current_branch ""
|
|
||||||
else if string match -q "branch *" -- $line
|
|
||||||
set current_branch (string replace "branch refs/heads/" "" -- $line)
|
|
||||||
if test (basename "$current_path") = "$name"; or test "$current_branch" = "$name"
|
|
||||||
set wt_path $current_path
|
|
||||||
set wt_branch $current_branch
|
|
||||||
break
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# If worktree not found, create it
|
|
||||||
if test -z "$wt_path"
|
|
||||||
set -l main_wt_path (git worktree list --porcelain | head -1 | string replace "worktree " "")
|
|
||||||
set -l parent_dir (dirname "$main_wt_path")
|
|
||||||
set wt_path "$parent_dir/$repo-$name"
|
|
||||||
set wt_branch "$name"
|
|
||||||
|
|
||||||
if test -d "$wt_path"
|
|
||||||
echo "Error: directory already exists: $wt_path"
|
|
||||||
return 1
|
|
||||||
end
|
|
||||||
|
|
||||||
# Create branch from main if it doesn't exist
|
|
||||||
if not git rev-parse --verify "$wt_branch" >/dev/null 2>&1
|
|
||||||
echo "Creating branch '$wt_branch' from main..."
|
|
||||||
git branch "$wt_branch" main
|
|
||||||
end
|
|
||||||
|
|
||||||
echo "Creating worktree at $wt_path..."
|
|
||||||
git worktree add "$wt_path" "$wt_branch"
|
|
||||||
|
|
||||||
# Run repo-specific setup hook if present
|
|
||||||
set -l setup_hook "$main_wt_path/.worktree-setup.sh"
|
|
||||||
if test -x "$setup_hook"
|
|
||||||
echo "Running worktree setup hook..."
|
|
||||||
bash "$setup_hook" "$wt_path" "$main_wt_path" "$wt_branch"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if test -z "$wt_branch"
|
|
||||||
echo "Worktree '$name' has no branch (detached HEAD)"
|
|
||||||
return 1
|
|
||||||
end
|
|
||||||
|
|
||||||
set -l session (__dev_wt_session_name $repo $wt_branch)
|
|
||||||
__dev_create_session $session $wt_path
|
|
||||||
__dev_attach_session $session
|
|
||||||
end
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
function dev -d "Create and attach to a tmux dev session for the current directory"
|
|
||||||
set -l session (basename (pwd) | string replace -a '.' '-')
|
|
||||||
__dev_create_session $session
|
|
||||||
__dev_attach_session $session
|
|
||||||
end
|
|
||||||
@@ -1,45 +0,0 @@
|
|||||||
function __create_session
|
|
||||||
set session "process-compose"
|
|
||||||
set dir "/home/tgrosinger/obsidian"
|
|
||||||
|
|
||||||
if not tmux has-session -t "$session" 2>/dev/null
|
|
||||||
# Unset any devbox environment variables so they can be re-sourced
|
|
||||||
# in the new directory.
|
|
||||||
set -l shell env
|
|
||||||
for var in (set --names --export | string match 'DEVBOX_*')
|
|
||||||
set -a shell -u $var
|
|
||||||
end
|
|
||||||
|
|
||||||
set -a shell (command -s fish) --login
|
|
||||||
|
|
||||||
tmux new-session -d -s "$session" -c "$dir" -n dev $shell
|
|
||||||
|
|
||||||
# Ensure that new panes in this session also start with the clean environment.
|
|
||||||
tmux set-option -t "$session" default-command (string join ' ' -- $shell)
|
|
||||||
|
|
||||||
set -l left (tmux display-message -t "$session:dev" -p '#{pane_id}')
|
|
||||||
tmux split-window -h -t "$left" -c "$dir" $shell
|
|
||||||
set -l right (tmux display-message -t "$session:dev" -p '#{pane_id}')
|
|
||||||
tmux send-keys -t "$left" 'devbox services attach' Enter
|
|
||||||
|
|
||||||
tmux select-pane -t "$right"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
function __attach_session
|
|
||||||
set session "process-compose"
|
|
||||||
|
|
||||||
if test -z "$TMUX"
|
|
||||||
tmux attach-session -t "$session"
|
|
||||||
else
|
|
||||||
set -l current_session (tmux display-message -p '#S')
|
|
||||||
if test "$current_session" != "$session"
|
|
||||||
tmux switch-client -t "$session"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
function pc -d "Create and attach to a tmux session for process compose in Obsidian"
|
|
||||||
__create_session
|
|
||||||
__attach_session
|
|
||||||
end
|
|
||||||
@@ -1,44 +1,36 @@
|
|||||||
{
|
{
|
||||||
"CopilotChat.nvim": { "branch": "main", "commit": "21bdecb25aa72119d11d7fc08c7e0ce323f1b540" },
|
|
||||||
"LazyVim": { "branch": "main", "commit": "28db03f958d58dfff3c647ce28fdc1cb88ac158d" },
|
"LazyVim": { "branch": "main", "commit": "28db03f958d58dfff3c647ce28fdc1cb88ac158d" },
|
||||||
"SchemaStore.nvim": { "branch": "main", "commit": "fb7b9034285a5658c746faa12eff8c1c9d9b11b1" },
|
"SchemaStore.nvim": { "branch": "main", "commit": "5f2299987a1937612c910f00db39156bab6a6b35" },
|
||||||
"blink-copilot": { "branch": "main", "commit": "7ad8209b2f880a2840c94cdcd80ab4dc511d4f39" },
|
|
||||||
"blink.cmp": { "branch": "main", "commit": "b19413d214068f316c78978b08264ed1c41830ec" },
|
"blink.cmp": { "branch": "main", "commit": "b19413d214068f316c78978b08264ed1c41830ec" },
|
||||||
"bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" },
|
"catppuccin": { "branch": "main", "commit": "ce4a8e0d5267e67056f9f4dcf6cb1d0933c8ca00" },
|
||||||
"catppuccin": { "branch": "main", "commit": "beaf41a30c26fd7d6c386d383155cbd65dd554cd" },
|
"conform.nvim": { "branch": "master", "commit": "4993e07fac6679d0a5005aa7499e0bad2bd39f19" },
|
||||||
"conform.nvim": { "branch": "master", "commit": "238f542a118984a88124fc915d5b981680418707" },
|
|
||||||
"copilot.lua": { "branch": "master", "commit": "0ab400d547814b04b39a069208ff7b40ab22dfb5" },
|
|
||||||
"flash.nvim": { "branch": "main", "commit": "fcea7ff883235d9024dc41e638f164a450c14ca2" },
|
"flash.nvim": { "branch": "main", "commit": "fcea7ff883235d9024dc41e638f164a450c14ca2" },
|
||||||
"focus.nvim": { "branch": "master", "commit": "8732b45ceef77b576e60442e768437bce7915107" },
|
"focus.nvim": { "branch": "master", "commit": "26a755c363284547196ceb258a83f92608d7979b" },
|
||||||
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
||||||
"gitsigns.nvim": { "branch": "main", "commit": "42d6aed4e94e0f0bbced16bbdcc42f57673bd75e" },
|
"gitsigns.nvim": { "branch": "main", "commit": "5813e4878748805f1518cee7abb50fd7205a3a48" },
|
||||||
"grug-far.nvim": { "branch": "main", "commit": "794f03c97afc7f4b03fb6ec5111be507df1850cf" },
|
"grug-far.nvim": { "branch": "main", "commit": "b58b2d65863f4ebad88b10a1ddd519e5380466e0" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
|
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
|
||||||
"lazydev.nvim": { "branch": "main", "commit": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d" },
|
"lazydev.nvim": { "branch": "main", "commit": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d" },
|
||||||
"lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" },
|
"lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" },
|
||||||
"markdown-preview.nvim": { "branch": "master", "commit": "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee" },
|
"markdown-preview.nvim": { "branch": "master", "commit": "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee" },
|
||||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "80c0130c5f16b551865a69e832f1feadeedb5fbe" },
|
"mason-lspconfig.nvim": { "branch": "main", "commit": "7d527c76c43f46294de9c19d39c5a86317809b4b" },
|
||||||
"mason.nvim": { "branch": "main", "commit": "44d1e90e1f66e077268191e3ee9d2ac97cc18e65" },
|
"mason.nvim": { "branch": "main", "commit": "57e5a8addb8c71fb063ee4acda466c7cf6ad2800" },
|
||||||
"mini.ai": { "branch": "main", "commit": "bfb26d9072670c3aaefab0f53024b2f3729c8083" },
|
"mini.ai": { "branch": "main", "commit": "bfb26d9072670c3aaefab0f53024b2f3729c8083" },
|
||||||
"mini.diff": { "branch": "main", "commit": "6010e588e9ed14724880f244d7fa3df8f0be3f46" },
|
"mini.icons": { "branch": "main", "commit": "ff2e4f1d29f659cc2bad0f9256f2f6195c6b2428" },
|
||||||
"mini.icons": { "branch": "main", "commit": "efc85e42262cd0c9e1fdbf806c25cb0be6de115c" },
|
"mini.pairs": { "branch": "main", "commit": "472ec50092a3314ec285d2db2baa48602d71fe93" },
|
||||||
"mini.pairs": { "branch": "main", "commit": "d5a29b6254dad07757832db505ea5aeab9aad43a" },
|
"mini.surround": { "branch": "main", "commit": "88c52297ed3e69ecf9f8652837888ecc727a28ee" },
|
||||||
"mini.surround": { "branch": "main", "commit": "cc7b9d0a056b5fa6915ffac1cb91f29bf7c96f69" },
|
|
||||||
"noice.nvim": { "branch": "main", "commit": "7bfd942445fb63089b59f97ca487d605e715f155" },
|
"noice.nvim": { "branch": "main", "commit": "7bfd942445fb63089b59f97ca487d605e715f155" },
|
||||||
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
|
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
|
||||||
"nvim-ansible": { "branch": "main", "commit": "bba61168b7aef735e7f950fdfece5ef6c388eacf" },
|
"nvim-lint": { "branch": "master", "commit": "d1118791070d090777398792a73032a0ca5c79ff" },
|
||||||
"nvim-lint": { "branch": "master", "commit": "ca6ea12daf0a4d92dc24c5c9ae22a1f0418ade37" },
|
"nvim-lspconfig": { "branch": "master", "commit": "b2441c9374699685991959f50e5e6293c509e501" },
|
||||||
"nvim-lspconfig": { "branch": "master", "commit": "92ee7d42320edfbb81f3cad851314ab197fa324a" },
|
"nvim-treesitter": { "branch": "main", "commit": "17885756e63df73ed90db62e4630f744ceda6514" },
|
||||||
"nvim-treesitter": { "branch": "main", "commit": "8aada0e3940c573e38b417a226b43bc8675f8958" },
|
"nvim-treesitter-textobjects": { "branch": "main", "commit": "63c4dce4a56312ef1bdeafd16bdefa008fcc950a" },
|
||||||
"nvim-treesitter-textobjects": { "branch": "main", "commit": "baa6b4ec28c8be5e4a96f9b1b6ae9db85ec422f8" },
|
|
||||||
"nvim-ts-autotag": { "branch": "main", "commit": "c4ca798ab95b316a768d51eaaaee48f64a4a46bc" },
|
"nvim-ts-autotag": { "branch": "main", "commit": "c4ca798ab95b316a768d51eaaaee48f64a4a46bc" },
|
||||||
"persistence.nvim": { "branch": "main", "commit": "b20b2a7887bd39c1a356980b45e03250f3dce49c" },
|
"persistence.nvim": { "branch": "main", "commit": "b20b2a7887bd39c1a356980b45e03250f3dce49c" },
|
||||||
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||||
"render-markdown.nvim": { "branch": "main", "commit": "c54380dd4d8d1738b9691a7c349ecad7967ac12e" },
|
"render-markdown.nvim": { "branch": "main", "commit": "6e0e8902dac70fecbdd8ce557d142062a621ec38" },
|
||||||
"sidekick.nvim": { "branch": "main", "commit": "c2bdf8cfcd87a6be5f8b84322c1b5052e78e302e" },
|
|
||||||
"snacks.nvim": { "branch": "main", "commit": "fe7cfe9800a182274d0f868a74b7263b8c0c020b" },
|
"snacks.nvim": { "branch": "main", "commit": "fe7cfe9800a182274d0f868a74b7263b8c0c020b" },
|
||||||
"todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" },
|
"todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" },
|
||||||
"tokyonight.nvim": { "branch": "main", "commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd" },
|
|
||||||
"trouble.nvim": { "branch": "main", "commit": "bd67efe408d4816e25e8491cc5ad4088e708a69a" },
|
"trouble.nvim": { "branch": "main", "commit": "bd67efe408d4816e25e8491cc5ad4088e708a69a" },
|
||||||
"ts-comments.nvim": { "branch": "main", "commit": "123a9fb12e7229342f807ec9e6de478b1102b041" },
|
"ts-comments.nvim": { "branch": "main", "commit": "123a9fb12e7229342f807ec9e6de478b1102b041" },
|
||||||
"vim-tmux-navigator": { "branch": "master", "commit": "c45243dc1f32ac6bcf6068e5300f3b2b237e576a" },
|
"vim-tmux-navigator": { "branch": "master", "commit": "c45243dc1f32ac6bcf6068e5300f3b2b237e576a" },
|
||||||
|
|||||||
@@ -1,18 +1,8 @@
|
|||||||
{
|
{
|
||||||
"extras": [
|
"extras": [
|
||||||
"lazyvim.plugins.extras.ai.copilot",
|
|
||||||
"lazyvim.plugins.extras.ai.copilot-chat",
|
|
||||||
"lazyvim.plugins.extras.ai.sidekick",
|
|
||||||
"lazyvim.plugins.extras.coding.mini-surround",
|
"lazyvim.plugins.extras.coding.mini-surround",
|
||||||
"lazyvim.plugins.extras.editor.mini-diff",
|
|
||||||
"lazyvim.plugins.extras.formatting.prettier",
|
|
||||||
"lazyvim.plugins.extras.lang.ansible",
|
|
||||||
"lazyvim.plugins.extras.lang.go",
|
|
||||||
"lazyvim.plugins.extras.lang.json",
|
"lazyvim.plugins.extras.lang.json",
|
||||||
"lazyvim.plugins.extras.lang.markdown",
|
"lazyvim.plugins.extras.lang.markdown",
|
||||||
"lazyvim.plugins.extras.lang.svelte",
|
|
||||||
"lazyvim.plugins.extras.lang.tailwind",
|
|
||||||
"lazyvim.plugins.extras.lang.typescript",
|
|
||||||
"lazyvim.plugins.extras.lang.yaml"
|
"lazyvim.plugins.extras.lang.yaml"
|
||||||
],
|
],
|
||||||
"install_version": 8,
|
"install_version": 8,
|
||||||
|
|||||||
@@ -7,9 +7,3 @@ vim.opt.scrolloff = 10
|
|||||||
|
|
||||||
-- Only run prettier in directories where there is a config file.
|
-- Only run prettier in directories where there is a config file.
|
||||||
vim.g.lazyvim_prettier_needs_config = true
|
vim.g.lazyvim_prettier_needs_config = true
|
||||||
|
|
||||||
-- Use eslint for formatting.
|
|
||||||
vim.g.lazyvim_eslint_auto_format = true
|
|
||||||
|
|
||||||
-- Only run prettier in directories where there is a config file.
|
|
||||||
vim.g.lazyvim_prettier_needs_config = false
|
|
||||||
|
|||||||
48
home/.config/nvim/lua/plugins/focus.lua
Normal file
48
home/.config/nvim/lua/plugins/focus.lua
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
-- Resize window to prioritize the focused on.
|
||||||
|
-- https://github.com/nvim-focus/focus.nvim
|
||||||
|
return {
|
||||||
|
"nvim-focus/focus.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
|
opts = {
|
||||||
|
enable = true,
|
||||||
|
ui = {
|
||||||
|
-- Display line numbers in the focused window only.
|
||||||
|
hybridnumber = true,
|
||||||
|
|
||||||
|
-- Display signcolumn in the focused window only.
|
||||||
|
signcolumn = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
config = function()
|
||||||
|
require("focus").setup({})
|
||||||
|
|
||||||
|
local ignore_buftypes = { "dbui", "nofile" }
|
||||||
|
local ignore_filetypes =
|
||||||
|
{ "dbui", "dapui_breakpoints", "dapui_stacks", "dapui_scopes", "dap_repl", "dapui_console" }
|
||||||
|
local augroup = vim.api.nvim_create_augroup("FocusDisable", { clear = true })
|
||||||
|
|
||||||
|
vim.api.nvim_create_autocmd("WinEnter", {
|
||||||
|
group = augroup,
|
||||||
|
callback = function(_)
|
||||||
|
if vim.tbl_contains(ignore_buftypes, vim.bo.buftype) then
|
||||||
|
vim.w.focus_disable = true
|
||||||
|
else
|
||||||
|
vim.w.focus_disable = false
|
||||||
|
end
|
||||||
|
end,
|
||||||
|
desc = "Disable focus autoresize for BufType",
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.api.nvim_create_autocmd("FileType", {
|
||||||
|
group = augroup,
|
||||||
|
callback = function(_)
|
||||||
|
if vim.tbl_contains(ignore_filetypes, vim.bo.filetype) then
|
||||||
|
vim.b.focus_disable = true
|
||||||
|
else
|
||||||
|
vim.b.focus_disable = false
|
||||||
|
end
|
||||||
|
end,
|
||||||
|
desc = "Disable focus autoresize for FileType",
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
}
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
return {
|
|
||||||
-- Ensure eslint LSP is installed
|
|
||||||
{
|
|
||||||
"mason-org/mason.nvim",
|
|
||||||
opts = {
|
|
||||||
ensure_installed = { "eslint-lsp" },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
-- Configure eslint
|
|
||||||
{
|
|
||||||
"neovim/nvim-lspconfig",
|
|
||||||
opts = {
|
|
||||||
servers = {
|
|
||||||
eslint = {
|
|
||||||
root_dir = require("lspconfig.util").root_pattern(
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"eslint.config.js",
|
|
||||||
"eslint.config.cjs",
|
|
||||||
".git"
|
|
||||||
),
|
|
||||||
settings = {
|
|
||||||
workingDirectories = { mode = "auto" },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
setup = {
|
|
||||||
eslint = function(_, opts)
|
|
||||||
require("lspconfig").eslint.setup(opts)
|
|
||||||
return true
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
-- Format with eslint on save, or prettier if project has prettier config
|
|
||||||
{
|
|
||||||
"stevearc/conform.nvim",
|
|
||||||
opts = function()
|
|
||||||
local function has_prettier_config(bufnr)
|
|
||||||
local root = vim.fs.root(bufnr, {
|
|
||||||
".prettierrc",
|
|
||||||
".prettierrc.json",
|
|
||||||
".prettierrc.js",
|
|
||||||
".prettierrc.cjs",
|
|
||||||
".prettierrc.yaml",
|
|
||||||
".prettierrc.yml",
|
|
||||||
"prettier.config.js",
|
|
||||||
"prettier.config.cjs",
|
|
||||||
})
|
|
||||||
return root ~= nil
|
|
||||||
end
|
|
||||||
|
|
||||||
local function js_formatters(bufnr)
|
|
||||||
if has_prettier_config(bufnr) then
|
|
||||||
return { "prettier" }
|
|
||||||
end
|
|
||||||
return { "eslint_d" }
|
|
||||||
end
|
|
||||||
|
|
||||||
return {
|
|
||||||
formatters_by_ft = {
|
|
||||||
javascript = js_formatters,
|
|
||||||
javascriptreact = js_formatters,
|
|
||||||
typescript = js_formatters,
|
|
||||||
typescriptreact = js_formatters,
|
|
||||||
svelte = js_formatters,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
theme: Catppuccin Latte
|
|
||||||
sort:
|
|
||||||
by: NAME
|
|
||||||
isReversed: false
|
|
||||||
disable_exit_confirmation: true
|
|
||||||
@@ -1,10 +1,3 @@
|
|||||||
shortcuts:
|
shortcuts:
|
||||||
quit:
|
quit:
|
||||||
shortcut: q
|
shortcut: q
|
||||||
process_start:
|
|
||||||
shortcut: s
|
|
||||||
process_stop:
|
|
||||||
shortcut: t
|
|
||||||
description: Terminate
|
|
||||||
process_restart:
|
|
||||||
shortcut: r
|
|
||||||
|
|||||||
34
home/.config/process-compose/theme.yaml
Normal file
34
home/.config/process-compose/theme.yaml
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
style:
|
||||||
|
name: 'Catppuccin Latte'
|
||||||
|
body:
|
||||||
|
fgColor: '#4c4f69'
|
||||||
|
bgColor: '#eff1f5'
|
||||||
|
secondaryTextColor: '#8839ef'
|
||||||
|
tertiaryTextColor: '#8839ef'
|
||||||
|
borderColor: '#7c7f93'
|
||||||
|
stat_table:
|
||||||
|
keyFgColor: '#8839ef'
|
||||||
|
valueFgColor: '#4c4f69'
|
||||||
|
logoColor: '#8839ef'
|
||||||
|
proc_table:
|
||||||
|
fgColor: '#4c4f69'
|
||||||
|
fgWarning: '#fe640b'
|
||||||
|
fgPending: '#7c7f93'
|
||||||
|
fgCompleted: '#40a02b'
|
||||||
|
fgError: '#d20f39'
|
||||||
|
headerFgColor: '#8839ef'
|
||||||
|
help:
|
||||||
|
fgColor: '#4c4f69'
|
||||||
|
keyColor: '#8839ef'
|
||||||
|
hlColor: '#bcc0cc'
|
||||||
|
categoryFgColor: '#ea76cb'
|
||||||
|
dialog:
|
||||||
|
fgColor: '#ea76cb'
|
||||||
|
bgColor: '#8839ef'
|
||||||
|
buttonFgColor: '#dce0e8'
|
||||||
|
buttonBgColor: '#8839ef'
|
||||||
|
buttonFocusFgColor: '#dce0e8'
|
||||||
|
buttonFocusBgColor: '#8839ef'
|
||||||
|
labelFgColor: '#dc8a78'
|
||||||
|
fieldFgColor: '#4c4f69'
|
||||||
|
fieldBgColor: '#acb0be'
|
||||||
@@ -48,10 +48,6 @@ output * bg /usr/share/backgrounds/default.jxl fill
|
|||||||
# your displays after another 300 seconds, and turn your screens back on when
|
# your displays after another 300 seconds, and turn your screens back on when
|
||||||
# resumed. It will also lock your screen before your computer goes to sleep.
|
# resumed. It will also lock your screen before your computer goes to sleep.
|
||||||
|
|
||||||
# Idle and lock configuration is also defined in /usr/share/sway/config.d/90-swayidle.conf
|
|
||||||
# Lock after 6 minutes (1 minute longer than rest break).
|
|
||||||
set $lock_timeout 360
|
|
||||||
|
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 5 '/home/tgrosinger/code/wlr-break-timer/break-event idle_start' \
|
timeout 5 '/home/tgrosinger/code/wlr-break-timer/break-event idle_start' \
|
||||||
resume '/home/tgrosinger/code/wlr-break-timer/break-event idle_end' \
|
resume '/home/tgrosinger/code/wlr-break-timer/break-event idle_end' \
|
||||||
@@ -133,9 +129,6 @@ input "2362:628:PIXA3854:00_093A:0274_Touchpad" {
|
|||||||
bindsym $mod+Shift+Down move down
|
bindsym $mod+Shift+Down move down
|
||||||
bindsym $mod+Shift+Up move up
|
bindsym $mod+Shift+Up move up
|
||||||
bindsym $mod+Shift+Right move right
|
bindsym $mod+Shift+Right move right
|
||||||
|
|
||||||
# Move the workspace to another output/monitor
|
|
||||||
bindsym $mod+Shift+m move workspace to output right
|
|
||||||
#
|
#
|
||||||
# Workspaces:
|
# Workspaces:
|
||||||
#
|
#
|
||||||
@@ -234,14 +227,7 @@ bindsym $mod+r mode "resize"
|
|||||||
#bindsym w exec grim -T "$(swaymsg -t get_tree | jq -j '.. | select(.type?) | select(.focused).foreign_toplevel_identifier')" - | satty -f - && swaymsg 'mode "default"'
|
#bindsym w exec grim -T "$(swaymsg -t get_tree | jq -j '.. | select(.type?) | select(.focused).foreign_toplevel_identifier')" - | satty -f - && swaymsg 'mode "default"'
|
||||||
|
|
||||||
# Capture rectangle
|
# Capture rectangle
|
||||||
bindsym $mod+Shift+s exec grim -c -g "$(slurp)" - | satty --early-exit --output-filename "/home/tgrosinger/Pictures/$(date +'%Y-%m-%dT%H:%M:%S_grim.png')" --copy-command "wl-copy" -f - && swaymsg 'mode "default"'
|
bindsym $mod+Shift+s exec grim -g "$(slurp)" - | satty --early-exit --copy-command "wl-copy" -f - && swaymsg 'mode "default"'
|
||||||
|
|
||||||
#
|
|
||||||
# Program-specific rules
|
|
||||||
#
|
|
||||||
|
|
||||||
# Possible fix for using web clipper.
|
|
||||||
for_window [class="obsidian"] focus_on_window_activation focus
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Theme
|
# Theme
|
||||||
|
|||||||
@@ -16,9 +16,7 @@
|
|||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"custom/break-timer",
|
"custom/break-timer",
|
||||||
"custom/claude",
|
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"privacy",
|
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
"network",
|
||||||
"power-profiles-daemon",
|
"power-profiles-daemon",
|
||||||
@@ -94,21 +92,15 @@
|
|||||||
"exec": "break-status",
|
"exec": "break-status",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"interval": 2,
|
"interval": 2,
|
||||||
"format": "{} ⌛",
|
"format": "⌛ {}",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"menu": "on-click",
|
"menu": "on-click",
|
||||||
"menu-file": "/home/tgrosinger/code/wlr-break-timer/menu.xml",
|
"menu-file": "/home/tgrosinger/code/wlr-break-timer/menu.xml",
|
||||||
"menu-actions": {
|
"menu-actions": {
|
||||||
"skip-long": "break-event skip_long",
|
"skip-long": "break-event skip_long",
|
||||||
"toggle-pause": "break-event toggle-pause"
|
"toggle-pause": "break-event toggle-pause",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"custom/claude": {
|
|
||||||
"exec": "/home/tgrosinger/code/wlr-claude-usage/claude_usage_waybar.py",
|
|
||||||
"return-type": "json",
|
|
||||||
"interval": 300,
|
|
||||||
"format": "{} 🚀",
|
|
||||||
},
|
|
||||||
"idle_inhibitor": {
|
"idle_inhibitor": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
@@ -116,28 +108,6 @@
|
|||||||
"deactivated": ""
|
"deactivated": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"privacy": {
|
|
||||||
"icon-spacing": 4,
|
|
||||||
"icon-size": 18,
|
|
||||||
"transition-duration": 250,
|
|
||||||
"modules": [
|
|
||||||
{
|
|
||||||
"type": "screenshare",
|
|
||||||
"tooltip": true,
|
|
||||||
"tooltip-icon-size": 24
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "audio-out",
|
|
||||||
"tooltip": true,
|
|
||||||
"tooltip-icon-size": 24
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "audio-in",
|
|
||||||
"tooltip": true,
|
|
||||||
"tooltip-icon-size": 24
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"tray": {
|
"tray": {
|
||||||
// "icon-size": 21,
|
// "icon-size": 21,
|
||||||
"spacing": 10,
|
"spacing": 10,
|
||||||
@@ -148,26 +118,12 @@
|
|||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
// "timezone": "America/New_York",
|
// "timezone": "America/New_York",
|
||||||
"format": "{:%Y-%m-%d %H:%M %Z}",
|
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
||||||
"tooltip": true,
|
"format-alt": "{:%Y-%m-%d}"
|
||||||
"tooltip-format": "{tz_list}\n<tt>{calendar}</tt>",
|
|
||||||
"timezones": [
|
|
||||||
"America/Los_Angeles",
|
|
||||||
"Etc/UTC",
|
|
||||||
],
|
|
||||||
"calendar": {
|
|
||||||
"format": {
|
|
||||||
"months": "<span color='#eff1f5'>{}</span>",
|
|
||||||
"days": "<span color='#dce0e8'>{}</span>",
|
|
||||||
"weekdays": "<span color='#40a02b'>{}</span>",
|
|
||||||
"today": "<span color='#04a5e5'><b>{}</b></span>"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% ",
|
"format": "{usage}% ",
|
||||||
"tooltip": false,
|
"tooltip": false
|
||||||
"on-click": "alacritty -e /home/linuxbrew/.linuxbrew/bin/btop"
|
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": "{}% "
|
"format": "{}% "
|
||||||
@@ -182,7 +138,6 @@
|
|||||||
},
|
},
|
||||||
"backlight": {
|
"backlight": {
|
||||||
// "device": "acpi_video1",
|
// "device": "acpi_video1",
|
||||||
"tooltip": false,
|
|
||||||
"format": "{percent}% {icon}",
|
"format": "{percent}% {icon}",
|
||||||
"format-icons": ["🌑", "🌘", "🌗", "🌖", "🌕"]
|
"format-icons": ["🌑", "🌘", "🌗", "🌖", "🌕"]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -5,13 +5,6 @@
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
|
||||||
/* Frappe Mantle */
|
|
||||||
background: rgba(41, 44, 60, 1);
|
|
||||||
color: @base;
|
|
||||||
text-shadow: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
border-bottom: 2px solid alpha(@crust, 0.3);
|
border-bottom: 2px solid alpha(@crust, 0.3);
|
||||||
@@ -121,7 +114,7 @@ button:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging, #battery.plugged {
|
#battery.charging, #battery.plugged {
|
||||||
background-color: alpha(@green, 0.2);
|
background-color: @green;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
@@ -171,14 +164,6 @@ label:focus {
|
|||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-claude-usage {
|
|
||||||
padding: 0 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-claude-usage.claude-usage-error {
|
|
||||||
color: @red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-break-timer {
|
#custom-break-timer {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
@@ -188,7 +173,7 @@ label:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-break-timer.break {
|
#custom-break-timer.break {
|
||||||
background-color: alpha(@green, 0.2);
|
background-color: @teal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-break-timer.paused {
|
#custom-break-timer.paused {
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
sync = "!git fetch -p && git rebase origin/$(git default-branch)"
|
sync = "!git fetch -p && git rebase origin/$(git default-branch)"
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = /home/linuxbrew/.linuxbrew/bin/nvim
|
editor = nvim
|
||||||
pager = delta
|
pager = delta
|
||||||
attributesfile = /home/tgrosinger/.gitattributes
|
attributesfile = /home/tgrosinger/.gitattributes
|
||||||
excludesfile = /home/tgrosinger/.gitignore_global
|
excludesfile = /home/tgrosinger/.gitignore_global
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
.headers on
|
|
||||||
.mode line
|
|
||||||
|
|
||||||
@@ -8,11 +8,8 @@ echo "Installing homebrew"
|
|||||||
# Instead, install with npm -g.
|
# Instead, install with npm -g.
|
||||||
|
|
||||||
brew install \
|
brew install \
|
||||||
anomalyco/tap/opencode \
|
|
||||||
atuin \
|
atuin \
|
||||||
bat \
|
bat \
|
||||||
btop \
|
|
||||||
dive \
|
|
||||||
eza \
|
eza \
|
||||||
fd \
|
fd \
|
||||||
fish \
|
fish \
|
||||||
@@ -21,7 +18,6 @@ brew install \
|
|||||||
gh \
|
gh \
|
||||||
git \
|
git \
|
||||||
git-delta \
|
git-delta \
|
||||||
hmans/beans/beans \
|
|
||||||
jq \
|
jq \
|
||||||
lazygit \
|
lazygit \
|
||||||
neovim \
|
neovim \
|
||||||
@@ -31,6 +27,7 @@ brew install \
|
|||||||
tmux
|
tmux
|
||||||
#crane \
|
#crane \
|
||||||
#deno \
|
#deno \
|
||||||
|
#dive \
|
||||||
#go \
|
#go \
|
||||||
#gron \
|
#gron \
|
||||||
#hadolint \
|
#hadolint \
|
||||||
@@ -79,12 +76,6 @@ flatpak install flathub org.libreoffice.LibreOffice
|
|||||||
flatpak install flathub org.kde.okular
|
flatpak install flathub org.kde.okular
|
||||||
flatpak install flathub org.inkscape.Inkscape
|
flatpak install flathub org.inkscape.Inkscape
|
||||||
flatpak install flathub org.kde.kdenlive
|
flatpak install flathub org.kde.kdenlive
|
||||||
flatpak install flathub org.kde.skanpage
|
|
||||||
flatpak install flathub org.gimp.GIMP
|
|
||||||
flatpak install flathub org.gimp.GIMP.Plugin.GMic
|
|
||||||
flatpak install flathub org.musicbrainz.Picard
|
|
||||||
flatpak install flathub fr.handbrake.ghb
|
|
||||||
flatpak install flathub com.github.jeromerobert.pdfarranger
|
|
||||||
|
|
||||||
# Install devbox
|
# Install devbox
|
||||||
# https://www.jetify.com/docs/devbox/installing-devbox
|
# https://www.jetify.com/docs/devbox/installing-devbox
|
||||||
|
|||||||
Reference in New Issue
Block a user