Skip to content

Commit

Permalink
100% NOT my initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
echoriiku committed Oct 11, 2022
0 parents commit 5975ef8
Show file tree
Hide file tree
Showing 1,375 changed files with 33,216 additions and 0 deletions.
1 change: 1 addition & 0 deletions .chezmoiignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dot_files/mpv/watch_later/**
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dot_files/mpv/watch_later/**
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[![avnruq.png](https://i.postimg.cc/pX5J4x0v/avnruq.png)](https://postimg.cc/KRFTgXSp)

## Riiku's dotfiles

- Terminal: [Alacritty](https://github.com/alacritty/alacritty/)
- Shell: [Fish](https://github.com/fish-shell/fish-shell)
- Editor: [Helix](https://github.com/helix-editor/helix)
- Video Player: [MPV](https://github.com/mpv-player/mpv)

## Other tools

- [zellij](https://github.com/zellij-org/zellij)
~~- [tmux](https://github.com/tmux/tmux)~~
- [zoxide](https://github.com/ajeetdsouza/zoxide)
- [lsd](https://github.com/Peltoche/lsd)
- [bottom](https://github.com/ClementTsang/bottom)
- [xplr](https://github.com/sayanarijit/xplr)
- [gitui](https://github.com/extrawurst/gitui)
- [bat](https://github.com/sharkdp/bat)
- [trashy](https://github.com/oberblastmeister/trashy)
- [tldr](https://github.com/tldr-pages/tldr)
- [fzf](https://github.com/junegunn/fzf)
- [ripgrep](https://github.com/BurntSushi/ripgrep)
- [dust](https://github.com/bootandy/dust)
- [delta](https://github.com/dandavison/delta)
37 changes: 37 additions & 0 deletions dot_config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Riiku Alacritty terminal #

# Window settings #
window:
padding:
x: 5
y: 5
dinamic-padding: true
decorations: none
# dimensions:
# columns: 100
# lines: 35
startup_mode: Maximized

# Font settings #
font:
normal:
family: CaskaydiaCove Nerd Font
size: 12.5

# Cursor settings #
cursor:
style:
shape: Beam
blinking: On
blink-interval: 300

# Selection settings #
selection:
save_to_clipboard: true

# Config settings #
live_config_realod: true

# Theme settings #
import:
- ~/.config/alacritty/themes/catppuccin-mocha.yml
34 changes: 34 additions & 0 deletions dot_config/alacritty/themes/Cobalt2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# From the famous Cobalt2 sublime theme
# Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2
colors:
# Default colors
primary:
background: '0x122637'
foreground: '0xffffff'

# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x122637'
cursor: '0xf0cb09'

# Normal colors
normal:
black: '0x000000'
red: '0xff0000'
green: '0x37dd21'
yellow: '0xfee409'
blue: '0x1460d2'
magenta: '0xff005d'
cyan: '0x00bbbb'
white: '0xbbbbbb'

# Bright colors
bright:
black: '0x545454'
red: '0xf40d17'
green: '0x3bcf1d'
yellow: '0xecc809'
blue: '0x5555ff'
magenta: '0xff55ff'
cyan: '0x6ae3f9'
white: '0xffffff'
48 changes: 48 additions & 0 deletions dot_config/alacritty/themes/afterglow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
colors:
# Default colors
primary:
background: '0x2c2c2c'
foreground: '0xd6d6d6'

dim_foreground: '0xdbdbdb'
bright_foreground: '0xd9d9d9'
dim_background: '0x202020' # not sure
bright_background: '0x3a3a3a' # not sure

# Cursor colors
cursor:
text: '0x2c2c2c'
cursor: '0xd9d9d9'

# Normal colors
normal:
black: '0x1c1c1c'
red: '0xbc5653'
green: '0x909d63'
yellow: '0xebc17a'
blue: '0x7eaac7'
magenta: '0xaa6292'
cyan: '0x86d3ce'
white: '0xcacaca'

# Bright colors
bright:
black: '0x636363'
red: '0xbc5653'
green: '0x909d63'
yellow: '0xebc17a'
blue: '0x7eaac7'
magenta: '0xaa6292'
cyan: '0x86d3ce'
white: '0xf7f7f7'

# Dim colors
dim:
black: '0x232323'
red: '0x74423f'
green: '0x5e6547'
yellow: '0x8b7653'
blue: '0x556b79'
magenta: '0x6e4962'
cyan: '0x5c8482'
white: '0x828282'
32 changes: 32 additions & 0 deletions dot_config/alacritty/themes/argonaut.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
colors:
# Default colors
primary:
background: '0x292C3E'
foreground: '0xEBEBEB'

# Cursor colors
cursor:
text: '0xFF261E'
cursor: '0xFF261E'

# Normal colors
normal:
black: '0x0d0d0d'
red: '0xFF301B'
green: '0xA0E521'
yellow: '0xFFC620'
blue: '0x1BA6FA'
magenta: '0x8763B8'
cyan: '0x21DEEF'
white: '0xEBEBEB'

# Bright colors
bright:
black: '0x6D7070'
red: '0xFF4352'
green: '0xB8E466'
yellow: '0xFFD750'
blue: '0x1BA6FA'
magenta: '0xA578EA'
cyan: '0x73FBF1'
white: '0xFEFEF8'
24 changes: 24 additions & 0 deletions dot_config/alacritty/themes/atom_one_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
colors:
primary:
background: '0xf8f8f8'
foreground: '0x2a2b33'

normal:
black: '0x000000'
red: '0xde3d35'
green: '0x3e953a'
yellow: '0xd2b67b'
blue: '0x2f5af3'
magenta: '0xa00095'
cyan: '0x3e953a'
white: '0xbbbbbb'

bright:
black: '0x000000'
red: '0xde3d35'
green: '0x3e953a'
yellow: '0xd2b67b'
blue: '0x2f5af3'
magenta: '0xa00095'
cyan: '0x3e953a'
white: '0xffffff'
28 changes: 28 additions & 0 deletions dot_config/alacritty/themes/ayu_dark.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Colors (Ayu Dark)
colors:
# Default colors
primary:
background: '0x0A0E14'
foreground: '0xB3B1AD'

# Normal colors
normal:
black: '0x01060E'
red: '0xEA6C73'
green: '0x91B362'
yellow: '0xF9AF4F'
blue: '0x53BDFA'
magenta: '0xFAE994'
cyan: '0x90E1C6'
white: '0xC7C7C7'

# Bright colors
bright:
black: '0x686868'
red: '0xF07178'
green: '0xC2D94C'
yellow: '0xFFB454'
blue: '0x59C2FF'
magenta: '0xFFEE99'
cyan: '0x95E6CB'
white: '0xFFFFFF'
33 changes: 33 additions & 0 deletions dot_config/alacritty/themes/base16_default_dark.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Colors (Base16 Default Dark)
colors:
# Default colors
primary:
background: '0x181818'
foreground: '0xd8d8d8'

# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0xd8d8d8'
cursor: '0xd8d8d8'

# Normal colors
normal:
black: '0x181818'
red: '0xab4642'
green: '0xa1b56c'
yellow: '0xf7ca88'
blue: '0x7cafc2'
magenta: '0xba8baf'
cyan: '0x86c1b9'
white: '0xd8d8d8'

# Bright colors
bright:
black: '0x585858'
red: '0xab4642'
green: '0xa1b56c'
yellow: '0xf7ca88'
blue: '0x7cafc2'
magenta: '0xba8baf'
cyan: '0x86c1b9'
white: '0xf8f8f8'
28 changes: 28 additions & 0 deletions dot_config/alacritty/themes/blood_moon.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Colors (Blood Moon)
colors:
# Default colors
primary:
background: '0x10100E'
foreground: '0xC6C6C4'

# Normal colors
normal:
black: '0x10100E'
red: '0xC40233'
green: '0x009F6B'
yellow: '0xFFD700'
blue: '0x0087BD'
magenta: '0x9A4EAE'
cyan: '0x20B2AA'
white: '0xC6C6C4'

# Bright colors
bright:
black: '0x696969'
red: '0xFF2400'
green: '0x03C03C'
yellow: '0xFDFF00'
blue: '0x007FFF'
magenta: '0xFF1493'
cyan: '0x00CCCC'
white: '0xFFFAFA'
44 changes: 44 additions & 0 deletions dot_config/alacritty/themes/breeze.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# KDE Breeze (Ported from Konsole)
colors:
# Default colors
primary:
background: '0x232627'
foreground: '0xfcfcfc'

dim_foreground: '0xeff0f1'
bright_foreground: '0xffffff'
dim_background: '0x31363b'
bright_background: '0x000000'

# Normal colors
normal:
black: '0x232627'
red: '0xed1515'
green: '0x11d116'
yellow: '0xf67400'
blue: '0x1d99f3'
magenta: '0x9b59b6'
cyan: '0x1abc9c'
white: '0xfcfcfc'

# Bright colors
bright:
black: '0x7f8c8d'
red: '0xc0392b'
green: '0x1cdc9a'
yellow: '0xfdbc4b'
blue: '0x3daee9'
magenta: '0x8e44ad'
cyan: '0x16a085'
white: '0xffffff'

# Dim colors
dim:
black: '0x31363b'
red: '0x783228'
green: '0x17a262'
yellow: '0xb65619'
blue: '0x1b668f'
magenta: '0x614a73'
cyan: '0x186c60'
white: '0x63686d'
28 changes: 28 additions & 0 deletions dot_config/alacritty/themes/campbell.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Campbell (Windows 10 default)
colors:
# Default colors
primary:
background: '0x0c0c0c'
foreground: '0xcccccc'

# Normal colors
normal:
black: '0x0c0c0c'
red: '0xc50f1f'
green: '0x13a10e'
yellow: '0xc19c00'
blue: '0x0037da'
magenta: '0x881798'
cyan: '0x3a96dd'
white: '0xcccccc'

# Bright colors
bright:
black: '0x767676'
red: '0xe74856'
green: '0x16c60c'
yellow: '0xf9f1a5'
blue: '0x3b78ff'
magenta: '0xb4009e'
cyan: '0x61d6d6'
white: '0xf2f2f2'
Loading

0 comments on commit 5975ef8

Please sign in to comment.