init
This commit is contained in:
15
fish/config.fish
Normal file
15
fish/config.fish
Normal file
@@ -0,0 +1,15 @@
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
function fish_greeting
|
||||
set_color --bold magenta
|
||||
echo "₊˚✧ 𝔀𝓮𝓵𝓬𝓸𝓶𝓮 𝓽𝓸 𝓯𝓲𝓼𝓱 ✧˚₊"
|
||||
set_color --dim magenta
|
||||
echo -n "♡ "
|
||||
set_color --italic white
|
||||
echo -n "\"Something tells me everything is not going to be fine.\" "
|
||||
set_color --dim magenta
|
||||
echo "- Twilight Sparkle ♡"
|
||||
set_color normal
|
||||
end
|
||||
32
fish/fish_variables
Normal file
32
fish/fish_variables
Normal file
@@ -0,0 +1,32 @@
|
||||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR __fish_initialized:3800
|
||||
SETUVAR fish_color_autosuggestion:brblack
|
||||
SETUVAR fish_color_cancel:\x2dr
|
||||
SETUVAR fish_color_command:blue
|
||||
SETUVAR fish_color_comment:red
|
||||
SETUVAR fish_color_cwd:green
|
||||
SETUVAR fish_color_cwd_root:red
|
||||
SETUVAR fish_color_end:green
|
||||
SETUVAR fish_color_error:brred
|
||||
SETUVAR fish_color_escape:brcyan
|
||||
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||
SETUVAR fish_color_host:normal
|
||||
SETUVAR fish_color_host_remote:yellow
|
||||
SETUVAR fish_color_normal:normal
|
||||
SETUVAR fish_color_operator:brcyan
|
||||
SETUVAR fish_color_param:cyan
|
||||
SETUVAR fish_color_quote:yellow
|
||||
SETUVAR fish_color_redirection:cyan\x1e\x2d\x2dbold
|
||||
SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dbrblack
|
||||
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
|
||||
SETUVAR fish_color_status:red
|
||||
SETUVAR fish_color_user:brgreen
|
||||
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||
SETUVAR fish_key_bindings:fish_default_key_bindings
|
||||
SETUVAR fish_pager_color_completion:normal
|
||||
SETUVAR fish_pager_color_description:yellow\x1e\x2di
|
||||
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||
SETUVAR fish_user_paths:/home/lusia/\x2ecargo/bin/
|
||||
4
fish/functions/hm-switch.fish
Normal file
4
fish/functions/hm-switch.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function hm-switch --wraps='nix flake update --flake ~/.config/home-manager && nh home switch ~/.config/home-manager' --wraps='nh home switch ~/.config/home-manager' --description 'alias hm-switch=nh home switch ~/.config/home-manager'
|
||||
nh home switch ~/.config/home-manager $argv
|
||||
|
||||
end
|
||||
4
fish/functions/hm-update.fish
Normal file
4
fish/functions/hm-update.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function hm-update --wraps='nix flake update --flake ~/.config/home-manager && nh home switch ~/.config/home-manager' --description 'alias hm-update=nix flake update --flake ~/.config/home-manager && nh home switch ~/.config/home-manager'
|
||||
nix flake update --flake ~/.config/home-manager && nh home switch ~/.config/home-manager $argv
|
||||
|
||||
end
|
||||
3
fish/functions/os-switch.fish
Normal file
3
fish/functions/os-switch.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function os-switch --wraps='nh os switch /home/lusia/.config/nixos' --description 'alias os-switch=nh os switch /home/lusia/.config/nixos'
|
||||
nh os switch /home/lusia/.config/nixos $argv
|
||||
end
|
||||
3
fish/functions/os-update.fish
Normal file
3
fish/functions/os-update.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function os-update --wraps='sudo nix flake update --flake /home/lusia/.config/nixos && nh os switch /home/lusia/.config/nixos' --description 'alias os-update=sudo nix flake update --flake /home/lusia/.config/nixos && nh os switch /home/lusia/.config/nixos'
|
||||
sudo nix flake update --flake /home/lusia/.config/nixos && nh os switch /home/lusia/.config/nixos $argv
|
||||
end
|
||||
4
fish/functions/wl.fish
Normal file
4
fish/functions/wl.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function wl --wraps='bash sync-colors.sh' --wraps='bash /home/lusia/Downloads/sync-colors.sh' --description 'alias wl=bash /home/lusia/Downloads/sync-colors.sh'
|
||||
bash /home/lusia/Downloads/sync-colors.sh $argv
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user