mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-24 12:35:34 +00:00
small cleanups
This commit is contained in:
parent
483c40dfc4
commit
2fde17f6b4
5 changed files with 17 additions and 23 deletions
|
|
@ -9,7 +9,7 @@ if status is-interactive
|
||||||
# test -f .nvmrc && nvm use > /dev/null
|
# test -f .nvmrc && nvm use > /dev/null
|
||||||
end
|
end
|
||||||
echo -e "\n"
|
echo -e "\n"
|
||||||
fastfetch --color-keys (set_color "09BC8A" | string sub -s 3 -e -1) --color-title (set_color "75DDDD" | string sub -s 3 -e -1)
|
fastfetch
|
||||||
test -f .nvmrc && nvm use > /dev/null
|
test -f .nvmrc && nvm use > /dev/null
|
||||||
end
|
end
|
||||||
set PATH $PATH $HOME/.cargo/bin $HOME/.local/share/pnpm $HOME/.local/bin $HOME/.spicetify $HOME/.bun/bin
|
set PATH $PATH $HOME/.cargo/bin $HOME/.local/share/pnpm $HOME/.local/bin $HOME/.spicetify $HOME/.bun/bin
|
||||||
|
|
@ -18,15 +18,10 @@ set -x PNPM_HOME /home/dan/.local/share/pnpm
|
||||||
|
|
||||||
# tabtab source for packages
|
# tabtab source for packages
|
||||||
# uninstall by removing these lines
|
# uninstall by removing these lines
|
||||||
[ -f ~/.config/tabtab/fish/__tabtab.fish ]; and . ~/.config/tabtab/fish/__tabtab.fish; or true
|
# [ -f ~/.config/tabtab/fish/__tabtab.fish ]; and . ~/.config/tabtab/fish/__tabtab.fish; or true
|
||||||
|
|
||||||
# direnv
|
# direnv
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
set -x CONDA_EXE /opt/anaconda/bin/conda
|
|
||||||
set -x _CE_M ''
|
|
||||||
set -x _CE_CONDA ''
|
|
||||||
set -x CONDA_PYTHON_EXE /opt/anaconda/bin/python
|
|
||||||
set -x CONDA_PREFIX /opt/anaconda
|
|
||||||
#set -x LD_LIBRARY_PATH $LD_LIBRARY:$CONDA_PREFIX/lib
|
#set -x LD_LIBRARY_PATH $LD_LIBRARY:$CONDA_PREFIX/lib
|
||||||
fish_ssh_agent
|
fish_ssh_agent
|
||||||
|
|
||||||
|
|
@ -38,9 +33,9 @@ fish_ssh_agent
|
||||||
# <<< conda initialize <<<
|
# <<< conda initialize <<<
|
||||||
|
|
||||||
# eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)
|
# eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)
|
||||||
set -x PERL5LIB "/home/dan/perl5/lib/perl5:$PERL5LIB";
|
# set -x PERL5LIB "/home/dan/perl5/lib/perl5:$PERL5LIB";
|
||||||
set -x PERL_LOCAL_LIB_ROOT "/home/dan/perl5:$PERL_LOCAL_LIB_ROOT";
|
# set -x PERL_LOCAL_LIB_ROOT "/home/dan/perl5:$PERL_LOCAL_LIB_ROOT";
|
||||||
set -x PERL_MB_OPT "--install_base \"/home/dan/perl5\"";
|
# set -x PERL_MB_OPT "--install_base \"/home/dan/perl5\"";
|
||||||
set -x PERL_MM_OPT "INSTALL_BASE=/home/dan/perl5";
|
# set -x PERL_MM_OPT "INSTALL_BASE=/home/dan/perl5";
|
||||||
set -x SCCACHE_DIR "/run/media/dan/New BTRFS/.sccache"
|
set -x SCCACHE_DIR "/media/New BTRFS/.sccache"
|
||||||
set -x RUSTC_WRAPPER (which sccache)
|
set -x RUSTC_WRAPPER (which sccache)
|
||||||
|
|
|
||||||
|
|
@ -802,7 +802,7 @@ SETUVAR tide_node_color:000000
|
||||||
SETUVAR tide_node_icon:\u2b22
|
SETUVAR tide_node_icon:\u2b22
|
||||||
SETUVAR tide_os_bg_color:4D4D4D
|
SETUVAR tide_os_bg_color:4D4D4D
|
||||||
SETUVAR tide_os_color:1793D1
|
SETUVAR tide_os_color:1793D1
|
||||||
SETUVAR tide_os_icon:\uf303
|
SETUVAR tide_os_icon:\uf313
|
||||||
SETUVAR tide_php_bg_color:617CBE
|
SETUVAR tide_php_bg_color:617CBE
|
||||||
SETUVAR tide_php_color:000000
|
SETUVAR tide_php_color:000000
|
||||||
SETUVAR tide_php_icon:\ue608
|
SETUVAR tide_php_icon:\ue608
|
||||||
|
|
|
||||||
|
|
@ -315,8 +315,8 @@ bind = ALT, tab, cyclenext,
|
||||||
bind = ALT+SHIFT, tab, cyclenext, prev
|
bind = ALT+SHIFT, tab, cyclenext, prev
|
||||||
|
|
||||||
bind = ,Print,exec,grim - | wl-copy
|
bind = ,Print,exec,grim - | wl-copy
|
||||||
bind = SUPER+SHIFT,S,exec,spectacle --copy-image --region --background # no gui
|
# bind = SUPER+SHIFT,S,exec,spectacle --copy-image --region --background # no gui
|
||||||
# bind = SUPER+SHIFT,S,exec,grim -g "$(slurp)" - | wl-copy
|
bind = SUPER+SHIFT,S,exec,grim -g "$(slurp)" - | wl-copy
|
||||||
bind = SUPER, L,exec,$swaylock
|
bind = SUPER, L,exec,$swaylock
|
||||||
|
|
||||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"hyprland/window": {
|
"hyprland/window": {
|
||||||
"format": " {}",
|
"format": " {}",
|
||||||
"separate-outputs": true,
|
"separate-outputs": true,
|
||||||
"rewrite": {
|
"rewrite": {
|
||||||
// "~(.*)": "$1 ",
|
// "~(.*)": "$1 ",
|
||||||
|
|
@ -92,6 +92,7 @@
|
||||||
"(.*) - Visual Studio Code": "$1 ",
|
"(.*) - Visual Studio Code": "$1 ",
|
||||||
"(.*)Visual Studio Code": "Code ",
|
"(.*)Visual Studio Code": "Code ",
|
||||||
"(.*) — Dolphin": "$1 ",
|
"(.*) — Dolphin": "$1 ",
|
||||||
|
"(.*)Spotify Premium": "Spotify ",
|
||||||
"(.*)Spotify": "Spotify ",
|
"(.*)Spotify": "Spotify ",
|
||||||
"(.*)Steam": "Steam ",
|
"(.*)Steam": "Steam ",
|
||||||
"(.*) - Vivaldi": "$1 ",
|
"(.*) - Vivaldi": "$1 ",
|
||||||
|
|
|
||||||
12
home.nix
12
home.nix
|
|
@ -9,7 +9,9 @@ in
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
grc
|
grc
|
||||||
onefetch
|
onefetch
|
||||||
|
fira
|
||||||
fira-code
|
fira-code
|
||||||
|
fira-code-nerdfont
|
||||||
kitty
|
kitty
|
||||||
nushell
|
nushell
|
||||||
rofi-wayland
|
rofi-wayland
|
||||||
|
|
@ -23,10 +25,6 @@ in
|
||||||
firefox
|
firefox
|
||||||
dunst
|
dunst
|
||||||
sccache
|
sccache
|
||||||
discord
|
|
||||||
spotify
|
|
||||||
spicetify-cli
|
|
||||||
meslo-lgs-nf
|
|
||||||
blueman
|
blueman
|
||||||
swaybg
|
swaybg
|
||||||
activitywatch
|
activitywatch
|
||||||
|
|
@ -95,9 +93,9 @@ in
|
||||||
programs = {
|
programs = {
|
||||||
fish = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interactiveShellInit = ''
|
# interactiveShellInit = ''
|
||||||
set fish_greeting # Disable greeting
|
# set fish_greeting # Disable greeting
|
||||||
'';
|
# '';
|
||||||
shellInit = with unstable-pkgs; ''
|
shellInit = with unstable-pkgs; ''
|
||||||
source ~/.config/fish/config-old.fish
|
source ~/.config/fish/config-old.fish
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue