mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-05 19:39:42 +03:00
Compare commits
12 Commits
main
...
8d57821630
Author | SHA1 | Date | |
---|---|---|---|
8d57821630 | |||
ae9174ce27 | |||
d9832eb8e7 | |||
b457a84dfd | |||
466115287b | |||
f9f728740d | |||
d5a3b02f8e | |||
b20e72a14c | |||
ae55fd8572 | |||
e067d3c93a | |||
2dd52a9fbf | |||
23708bf23f |
@ -126,9 +126,8 @@ env:
|
|||||||
# Font configuration
|
# Font configuration
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: FiraCode Nerd Font Mono
|
family: MesloLGS Nerd Font
|
||||||
#family: FantasqueSansM Nerd Font Mono
|
style: Regular
|
||||||
style: regular
|
|
||||||
|
|
||||||
#font:
|
#font:
|
||||||
# Normal (roman) font face
|
# Normal (roman) font face
|
||||||
|
@ -56,7 +56,7 @@ update_ms = 2000
|
|||||||
|
|
||||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
#* 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.
|
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||||
proc_sorting = "memory"
|
proc_sorting = "cpu lazy"
|
||||||
|
|
||||||
#* Reverse sorting order, True or False.
|
#* Reverse sorting order, True or False.
|
||||||
proc_reversed = False
|
proc_reversed = False
|
||||||
|
@ -1,19 +1,5 @@
|
|||||||
# vim:fileencoding=utf-8:foldmethod=marker
|
# vim:fileencoding=utf-8:foldmethod=marker
|
||||||
|
|
||||||
# map f1 show_kitty_env_vars
|
|
||||||
|
|
||||||
kitty_mod alt
|
|
||||||
#: Special modifier key alias for default shortcuts. You can change
|
|
||||||
#: the value of this option to alter all default shortcuts that use
|
|
||||||
#: kitty_mod.
|
|
||||||
|
|
||||||
clear_all_shortcuts yes
|
|
||||||
#: Remove all shortcut definitions up to this point. Useful, for
|
|
||||||
#: instance, to remove the default shortcuts.
|
|
||||||
|
|
||||||
|
|
||||||
# kitty-scrollback.nvim Kitten alias
|
|
||||||
action_alias kitty_scrollback_nvim kitten $HOME/.local/share/nvim/lazy/kitty-scrollback.nvim/python/kitty_scrollback_nvim.py
|
|
||||||
|
|
||||||
# include ./themes/themes/OneDark.conf
|
# include ./themes/themes/OneDark.conf
|
||||||
include ~/.local/share/nvim/lazy/tokyonight.nvim/extras/kitty/tokyonight_day.conf
|
include ~/.local/share/nvim/lazy/tokyonight.nvim/extras/kitty/tokyonight_day.conf
|
||||||
|
Submodule .config/nvim updated: 2b73dd0a25...72ca507530
@ -27,7 +27,7 @@ hooks.location=~/.config/task/hooks
|
|||||||
|
|
||||||
|
|
||||||
# Color theme (uncomment one to use)
|
# Color theme (uncomment one to use)
|
||||||
# include solarized-dark-256.theme
|
include solarized-dark-256.theme
|
||||||
#include dark-16.theme
|
#include dark-16.theme
|
||||||
#include light-16.theme
|
#include light-16.theme
|
||||||
#include light-256.theme
|
#include light-256.theme
|
||||||
@ -45,4 +45,3 @@ hooks.location=~/.config/task/hooks
|
|||||||
news.version=2.6.0
|
news.version=2.6.0
|
||||||
#
|
#
|
||||||
color.calendar.holiday=black on yellow
|
color.calendar.holiday=black on yellow
|
||||||
include light-256.theme
|
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
import /Users/sahin/.config/timewarrior/holidays/holidays.tr-TR
|
||||||
|
@ -30,21 +30,11 @@
|
|||||||
# st.color7: #ACB0D0
|
# st.color7: #ACB0D0
|
||||||
# st.color15: #ABB2BF
|
# st.color15: #ABB2BF
|
||||||
|
|
||||||
# # tokyonight
|
darker_accent="#e0af68"
|
||||||
# darker_accent="#e0af68"
|
accent="#528ef5"
|
||||||
# accent="#518DF6"
|
lighter_accent="#3b4261"
|
||||||
# lighter_accent="#0B55D5"
|
|
||||||
# bg="default"
|
|
||||||
# fg_text="#111111"
|
|
||||||
|
|
||||||
|
|
||||||
# kanagawa
|
|
||||||
darker_accent="#44300D"
|
|
||||||
accent="#986e1f"
|
|
||||||
lighter_accent="#664915"
|
|
||||||
bg="default"
|
bg="default"
|
||||||
fg_text="#E4BC77"
|
fg_text="#111111"
|
||||||
|
|
||||||
prefix="#{?client_prefix,#[reverse]^Space#[noreverse],}"
|
prefix="#{?client_prefix,#[reverse]^Space#[noreverse],}"
|
||||||
sync="#{?pane_synchronized,#[reverse] SYNC #[noreverse],}"
|
sync="#{?pane_synchronized,#[reverse] SYNC #[noreverse],}"
|
||||||
mode="#{?pane_in_mode,#[reverse] #{pane_mode} #[noreverse],}"
|
mode="#{?pane_in_mode,#[reverse] #{pane_mode} #[noreverse],}"
|
||||||
@ -66,9 +56,9 @@ setw -g window-status-activity-style "none"
|
|||||||
setw -g window-status-separator ""
|
setw -g window-status-separator ""
|
||||||
setw -g window-status-style "none,fg=$fg_text,bg=$bg"
|
setw -g window-status-style "none,fg=$fg_text,bg=$bg"
|
||||||
|
|
||||||
set -g status-left "#[fg=$fg_text,bg=$lighter_accent] #S #[fg=$lighter_accent,bg=$bg,nobold,nounderscore,noitalics] "
|
set -g status-left "#[fg=$fg_text,bg=$accent] #S #[fg=$accent,bg=$bg,nobold,nounderscore,noitalics] "
|
||||||
|
|
||||||
setw -g window-status-format "#[fg=$lighter_accent,bg=$bg]#[fg=$fg_text,bg=$lighter_accent] #I#[fg=$fg_text,bg=$lighter_accent]#W#[bg=$bg,fg=$lighter_accent]"
|
setw -g window-status-format "#[fg=$lighter_accent,bg=$bg]#[fg=$accent,bg=$lighter_accent] #I#[fg=$accent,bg=$lighter_accent]#W#[bg=$bg,fg=$lighter_accent]"
|
||||||
setw -g window-status-current-format "#[fg=$accent,bg=$bg,nobold,nounderscore,noitalics]#[fg=$fg_text,bg=$accent,bold]#I#[fg=$fg_text,bg=$accent]#W#F#[fg=$accent,bg=$bg,nobold,nounderscore,noitalics]"
|
setw -g window-status-current-format "#[fg=$accent,bg=$bg,nobold,nounderscore,noitalics]#[fg=$fg_text,bg=$accent,bold]#I#[fg=$fg_text,bg=$accent]#W#F#[fg=$accent,bg=$bg,nobold,nounderscore,noitalics]"
|
||||||
|
|
||||||
# set -g status-right "#[fg=$accent,bg=$bg,nobold,nounderscore,noitalics]#[fg=$fg_text,bg=$accent] $uptime %H:%M %d/%m/%Y#[bg=$accent,fg=$darker_accent,nobold,nounderscore,noitalics]#[bg=$fg_text,fg=$darker_accent,bold]$prefix$sync$mode"
|
# set -g status-right "#[fg=$accent,bg=$bg,nobold,nounderscore,noitalics]#[fg=$fg_text,bg=$accent] $uptime %H:%M %d/%m/%Y#[bg=$accent,fg=$darker_accent,nobold,nounderscore,noitalics]#[bg=$fg_text,fg=$darker_accent,bold]$prefix$sync$mode"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# st.color5: #9854f1
|
# st.color5: #9854f1
|
||||||
# st.color6: #007197
|
# st.color6: #007197
|
||||||
# st.color7: #6172b0
|
# st.color7: #6172b0
|
||||||
# st.color8: #a1a6c5j
|
# st.color8: #a1a6c5
|
||||||
# st.color9: #f52a65
|
# st.color9: #f52a65
|
||||||
# st.color10: #587539
|
# st.color10: #587539
|
||||||
# st.color11: #8c6c3e
|
# st.color11: #8c6c3e
|
||||||
@ -28,20 +28,12 @@
|
|||||||
# prefix_color="colour11"
|
# prefix_color="colour11"
|
||||||
|
|
||||||
# TokyoNight colors for Tmux
|
# TokyoNight colors for Tmux
|
||||||
# darker_accent="#6172b0"
|
darker_accent="#6172b0"
|
||||||
# accent="#2e7de9"
|
accent="#2e7de9"
|
||||||
# bg1="#d1d4e3"
|
bg1="#d1d4e3"
|
||||||
# bg2="default"
|
|
||||||
# grayish="#a8aecb"
|
|
||||||
# prefix_color="#8c6c3e"
|
|
||||||
|
|
||||||
# kanagawa colors
|
|
||||||
darker_accent="#727169"
|
|
||||||
accent="#727169"
|
|
||||||
bg1="#DCD7BA"
|
|
||||||
bg2="default"
|
bg2="default"
|
||||||
grayish="#C8C093"
|
grayish="#a8aecb"
|
||||||
prefix_color="#77713f"
|
prefix_color="#8c6c3e"
|
||||||
|
|
||||||
prefix="#{?client_prefix,#[reverse]^Space#[noreverse],}"
|
prefix="#{?client_prefix,#[reverse]^Space#[noreverse],}"
|
||||||
sync="#{?pane_synchronized,#[reverse] SYNC #[noreverse],}"
|
sync="#{?pane_synchronized,#[reverse] SYNC #[noreverse],}"
|
||||||
|
@ -1,20 +1,12 @@
|
|||||||
# remap prefix to Control + Space
|
# remap prefix to Control + Space
|
||||||
set -g prefix C-s
|
set -g prefix C-Space
|
||||||
bind C-s send-prefix
|
bind C-Space last-window
|
||||||
bind-key C-] send-keys "C-]"
|
|
||||||
# set -g prefix Escape
|
# set -g prefix Escape
|
||||||
# bind Escape send-keys Escape
|
# bind Escape send-keys Escape
|
||||||
bind "'" last-window
|
# bind "'" last-window
|
||||||
unbind C-b
|
unbind C-b
|
||||||
|
|
||||||
set -sg escape-time 0 # see https://github.com/neovim/neovim/issues/2035
|
set-option -g allow-passthrough on
|
||||||
|
|
||||||
|
|
||||||
### required for showing images in terminal
|
|
||||||
set-option -gq allow-passthrough on
|
|
||||||
# for hiding images when window is switched
|
|
||||||
set -g visual-activity off
|
|
||||||
###
|
|
||||||
|
|
||||||
# Smart pane switching with awareness of Vim splits.
|
# Smart pane switching with awareness of Vim splits.
|
||||||
# See: https://github.com/christoomey/vim-tmux-navigator
|
# See: https://github.com/christoomey/vim-tmux-navigator
|
||||||
|
Submodule .config/zsh updated: e6a19ccd89...268649fe14
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -9,8 +9,8 @@
|
|||||||
[submodule ".config/nvim"]
|
[submodule ".config/nvim"]
|
||||||
path = .config/nvim
|
path = .config/nvim
|
||||||
url = https://github.com/sahinakkaya/nvim-config.git
|
url = https://github.com/sahinakkaya/nvim-config.git
|
||||||
branch = main
|
branch = macos
|
||||||
[submodule ".config/zsh"]
|
[submodule ".config/zsh"]
|
||||||
path = .config/zsh
|
path = .config/zsh
|
||||||
url = https://github.com/sahinakkaya/zsh-config.git
|
url = https://github.com/sahinakkaya/zsh-config.git
|
||||||
branch = main
|
branch = macos
|
||||||
|
Reference in New Issue
Block a user