1
0

Compare commits

..

No commits in common. "5881c1c8104b7d6f6fee61b76a341dc0aa26fac7" and "8af7114fc04b07f73f735939d094c4a1df7d372f" have entirely different histories.

7 changed files with 2804 additions and 6 deletions

View File

@ -1,4 +0,0 @@
window-decoration = none
window-padding-x = 0
window-padding-y = 0
font-family = FiraCode Nerd Font Mono

View File

@ -0,0 +1,30 @@
foreground #c2c2c2
background #0c0b0c
background_opacity 1.0
cursor #c2c2c2
active_tab_foreground #0c0b0c
active_tab_background #c2c2c2
inactive_tab_foreground #c2c2c2
inactive_tab_background #0c0b0c
active_border_color #c2c2c2
inactive_border_color #0c0b0c
bell_border_color #4b3f3c
color0 #0c0b0c
color8 #6a566a
color1 #4b3f3c
color9 #655451
color2 #772d25
color10 #9F3D32
color3 #774942
color11 #9F6259
color4 #9f4e41
color12 #D46857
color5 #876d54
color13 #B49271
color6 #a5744e
color14 #DC9B69
color7 #968b8b
color15 #c2c2c2

View File

@ -0,0 +1,53 @@
## name: Rosé Pine
## author: mvllow
## license: MIT
## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine.conf
## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
foreground #e0def4
background #191724
selection_foreground #e0def4
selection_background #403d52
cursor #524f67
cursor_text_color #e0def4
url_color #c4a7e7
active_tab_foreground #e0def4
active_tab_background #26233a
inactive_tab_foreground #6e6a86
inactive_tab_background #191724
# black
color0 #26233a
color8 #6e6a86
# red
color1 #eb6f92
color9 #eb6f92
# green
color2 #31748f
color10 #31748f
# yellow
color3 #f6c177
color11 #f6c177
# blue
color4 #9ccfd8
color12 #9ccfd8
# magenta
color5 #c4a7e7
color13 #c4a7e7
# cyan
color6 #ebbcba
color14 #ebbcba
# white
color7 #e0def4
color15 #e0def4

12
.config/kitty/kitty.conf Executable file
View File

@ -0,0 +1,12 @@
# BEGIN_KITTY_FONTS
font_family family='Hurmit Nerd Font' postscript_name=HurmitNF-Regular
bold_font auto
italic_font auto
bold_italic_font auto
# END_KITTY_FONTS
window_padding_width 5
tab_bar_style slant
enable_audio_bell no
notify_on_cmd_finish unfocused
confirm_os_window_close 0

2655
.config/kitty/kitty.conf.bak Executable file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,53 @@
## name: Rosé Pine
## author: mvllow
## license: MIT
## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine.conf
## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
foreground #e0def4
background #191724
selection_foreground #e0def4
selection_background #403d52
cursor #524f67
cursor_text_color #e0def4
url_color #c4a7e7
active_tab_foreground #e0def4
active_tab_background #26233a
inactive_tab_foreground #6e6a86
inactive_tab_background #191724
# black
color0 #26233a
color8 #6e6a86
# red
color1 #eb6f92
color9 #eb6f92
# green
color2 #31748f
color10 #31748f
# yellow
color3 #f6c177
color11 #f6c177
# blue
color4 #9ccfd8
color12 #9ccfd8
# magenta
color5 #c4a7e7
color13 #c4a7e7
# cyan
color6 #ebbcba
color14 #ebbcba
# white
color7 #e0def4
color15 #e0def4

View File

@ -8,7 +8,6 @@ sudo pacman -S --noconfirm --needed \
lazygit \
wl-clipboard \
swaybg \
ripgrep \
starship
sudo pacman -R --noconfirm alacritty
@ -35,4 +34,4 @@ rm -rf /tmp/yay
git config --global user.name "adrien"
git config --global user.email "git@bouvais.lu"
ssh-keygen -t rsa -b 4096 -C "git@bouvais.com" -f "$HOME/.ssh/id_rsa" -N ""
ssh-keygen -t rsa -b 4096 -C "git@bouvais.com" -f "$HOME/.ssh/id_rsa" -N ""