mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-03 19:48:44 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f3b4551d0c | |||
| 64725c57dc | |||
| b32ee414e3 | |||
|
|
6ea7807718 |
@@ -1 +1 @@
|
|||||||
3.13.2
|
3.13.3
|
||||||
|
|||||||
@@ -9,18 +9,21 @@ test -e "$HOME/.config/fish/exports.fish" &&
|
|||||||
source "$HOME/.config/fish/exports.fish"
|
source "$HOME/.config/fish/exports.fish"
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive shell
|
||||||
|
|
||||||
# Start tmux if not already running and not in SSH
|
# version manager initializers
|
||||||
open-tmux # defined in functions/open-tmux.fish
|
type -q rbenv; and source (rbenv init -|psub)
|
||||||
|
type -q pyenv; and source (pyenv init -|psub)
|
||||||
|
type -q pyenv; and source (pyenv virtualenv-init -)
|
||||||
|
type -q goenv; and source (goenv init -|psub)
|
||||||
|
# type -q fnm; and fnm env --use-on-cd --shell fish | source
|
||||||
|
type -q load_nvm; and load_nvm > /dev/stderr
|
||||||
|
|
||||||
|
# Start tmux if not already running and not in SSH
|
||||||
|
open-tmux # defined in functions/open-tmux.fish
|
||||||
end
|
end
|
||||||
|
|
||||||
# Added by LM Studio CLI (lms)
|
# Added by LM Studio CLI (lms)
|
||||||
set -gx PATH $PATH $HOME/.lmstudio/bin
|
set -gx PATH $PATH $HOME/.lmstudio/bin
|
||||||
|
|
||||||
type -q rbenv; and source (rbenv init -|psub)
|
# vim: ft=fish ts=4 sw=4 et:
|
||||||
type -q pyenv; and source (pyenv init -|psub)
|
|
||||||
type -q goenv; and source (goenv init -|psub)
|
|
||||||
type -q fnm; and fnm env --use-on-cd --shell fish | source
|
|
||||||
type -q load_nvm; and load_nvm > /dev/stderr
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
"" Source your .vimrc
|
"" Source your .vimrc
|
||||||
source ~/.dotfiles/config/vim/vimrc
|
source $HOME/.dotfiles/config/vim/vimrc
|
||||||
|
|
||||||
" https://github.com/ville6000/dotfiles/blob/main/vimrc
|
" https://github.com/ville6000/dotfiles/blob/main/vimrc
|
||||||
" To get a list of Actions run `:actionlist `
|
" To get a list of Actions run `:actionlist `
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
# yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
|
# yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
|
||||||
|
|
||||||
yabai -m config \
|
yabai -m config \
|
||||||
active_window_border_color 0xff775759 \
|
|
||||||
auto_balance on \
|
auto_balance on \
|
||||||
layout bsp \
|
layout bsp \
|
||||||
top_padding 0 \
|
top_padding 0 \
|
||||||
|
|||||||
Reference in New Issue
Block a user