Skip to content

Commit 857e6c9

Browse files
committed
dotfiles moment bruh
1 parent 6f5e6d7 commit 857e6c9

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

install-mac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env zsh
2-
export STOW_FOLDERS="kitty,nvim,scripts,skhd,tmux,zsh";
2+
export STOW_FOLDERS="kitty,nvim,scripts,skhd,tmux,zsh,ghostty";
33

44
for folder in $(echo $STOW_FOLDERS | sed "s/,/ /g")
55
do

tmux/.tmux.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set -g default-terminal "xterm-kitty"
1+
set -g default-terminal "xterm-ghostty"
22
set -g mouse on
33

44
set -g status-left "#[fg=white,bg=#1D2632] #S "

zed/settings.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// custom settings, run the `open default settings` command
88
// from the command palette or from `Zed` application menu.
99
{
10+
"icon_theme": "Material Icon Theme",
1011
"confirm_quit": true,
1112
"vim_mode": true,
1213
"theme": {
@@ -16,14 +17,12 @@
1617
},
1718
"ui_font_size": 16,
1819
"ui_font_family": "Operator Mono Lig",
19-
"buffer_font_size": 16,
20+
"buffer_font_size": null,
2021
"buffer_font_family": "Operator Mono Lig",
2122
"cursor_blink": false,
2223
"relative_line_numbers": true,
2324
"restore_on_startup": "none",
24-
"ssh_connections": [
25-
{ "host": "198.169.173.66", "projects": [{ "paths": ["~/packer"] }] }
26-
],
25+
"ssh_connections": [],
2726
"scrollbar": { "show": "never" },
2827
"git": {
2928
"git_gutter": "tracked_files",
@@ -44,7 +43,7 @@
4443
"enabled": false,
4544
"dock": "bottom"
4645
},
47-
"features": { "inline_completion_provider": "none", "copilot": false },
46+
"features": { "edit_prediction_provider": "none", "copilot": false },
4847
"outline_panel": { "default_width": 240 },
4948
"soft_wrap": "none",
5049
"wrap_guides": [80],

0 commit comments

Comments
 (0)