mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
initial commit
This commit is contained in:
commit
3f03b7d69f
6 changed files with 140 additions and 0 deletions
11
home/.config/fish/config.fish
Normal file
11
home/.config/fish/config.fish
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
if status is-interactive
|
||||
if test -f ~/.ghcup/env
|
||||
bass source ~/.ghcup/env
|
||||
end
|
||||
if test -x ~/.rbenv/bin/rbenv
|
||||
~/.rbenv/bin/rbenv init - fish | source
|
||||
end
|
||||
if command -v zoxide > /dev/null
|
||||
zoxide init fish | source
|
||||
end
|
||||
end
|
||||
1
home/.config/kitty/kitty.conf
Normal file
1
home/.config/kitty/kitty.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
font_family firacode
|
||||
Loading…
Add table
Add a link
Reference in a new issue