aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-03-07 12:16:48 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-03-07 12:16:48 +0100
commit3a8df65b8772658584f7ac26504469d46cfc04a7 (patch)
tree5fa166404ad69a8986b74fcfc655d589a37dd739
parent5c589088e912fb7b5bb515e0dad9f2e2bdf105a3 (diff)
downloaddotfiles-3a8df65b8772658584f7ac26504469d46cfc04a7.tar.gz
Update
-rw-r--r--.alacritty.toml2
-rw-r--r--.tmux.conf2
-rw-r--r--.vimrc1
3 files changed, 3 insertions, 2 deletions
diff --git a/.alacritty.toml b/.alacritty.toml
index 2fabff4..6ba8f61 100644
--- a/.alacritty.toml
+++ b/.alacritty.toml
@@ -3,7 +3,7 @@ live_config_reload = true
3 3
4[window] 4[window]
5dynamic_title = true 5dynamic_title = true
6dimensions = { columns = 140, lines = 70 } 6dimensions = { columns = 140, lines = 50 }
7 7
8[font] 8[font]
9normal = { family = "Berkeley Mono", style = "Bold" } 9normal = { family = "Berkeley Mono", style = "Bold" }
diff --git a/.tmux.conf b/.tmux.conf
index 96c417a..764da37 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -15,7 +15,7 @@ set -g renumber-windows on
15 15
16set -g status-bg '#222222' 16set -g status-bg '#222222'
17set -g status-fg '#ffffff' 17set -g status-fg '#ffffff'
18set -g window-status-current-format "#[fg=#000000]#[bg=#cccccc]#[fg=#000000]#[bg=#cccccc] #I:#W #[fg=#000000]#[bg=#cccccc]" 18set -g window-status-current-format "#[fg=#000000]#[bg=#bbbbbb]#[fg=#000000]#[bg=#bbbbbb] #I:#W #[fg=#000000]#[bg=#bbbbbb]"
19 19
20bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel -i --clipboard" 20bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel -i --clipboard"
21 21
diff --git a/.vimrc b/.vimrc
index 01f79ef..af8263f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -7,6 +7,7 @@ call plug#begin()
7 Plug 'ctrlpvim/ctrlp.vim' 7 Plug 'ctrlpvim/ctrlp.vim'
8 Plug 'dense-analysis/ale' 8 Plug 'dense-analysis/ale'
9 Plug 'airblade/vim-gitgutter' 9 Plug 'airblade/vim-gitgutter'
10 Plug 'carlsmedstad/vim-bicep'
10call plug#end() 11call plug#end()
11 12
12set encoding=utf8 spelllang=en_us laststatus=2 tabstop=4 shiftwidth=4 13set encoding=utf8 spelllang=en_us laststatus=2 tabstop=4 shiftwidth=4