diff --git a/dotfiles/.config/fish/PROTECTED b/dotfiles/.config/fish/PROTECTED new file mode 120000 index 000000000..9ceae987e --- /dev/null +++ b/dotfiles/.config/fish/PROTECTED @@ -0,0 +1 @@ +../../Dev/dev-env/dotfiles/fish/.config/fish/PROTECTED \ No newline at end of file diff --git a/dotfiles/.config/fish/completions b/dotfiles/.config/fish/completions new file mode 120000 index 000000000..eef496f3c --- /dev/null +++ b/dotfiles/.config/fish/completions @@ -0,0 +1 @@ +../../Dev/dev-env/dotfiles/fish/.config/fish/completions \ No newline at end of file diff --git a/dotfiles/.config/fish/conf.d b/dotfiles/.config/fish/conf.d new file mode 120000 index 000000000..76e828b7d --- /dev/null +++ b/dotfiles/.config/fish/conf.d @@ -0,0 +1 @@ +../../Dev/dev-env/dotfiles/fish/.config/fish/conf.d \ No newline at end of file diff --git a/dotfiles/.config/fish/config.fish b/dotfiles/.config/fish/config.fish new file mode 120000 index 000000000..e9b59df26 --- /dev/null +++ b/dotfiles/.config/fish/config.fish @@ -0,0 +1 @@ +../../Dev/dev-env/dotfiles/fish/.config/fish/config.fish \ No newline at end of file diff --git a/dotfiles/.config/fish/fish_plugins b/dotfiles/.config/fish/fish_plugins new file mode 100644 index 000000000..4bbe5f29c --- /dev/null +++ b/dotfiles/.config/fish/fish_plugins @@ -0,0 +1,2 @@ +jorgebucaran/fisher +patrickf1/fzf.fish diff --git a/dotfiles/.config/fish/fish_variables b/dotfiles/.config/fish/fish_variables new file mode 100644 index 000000000..40149fca2 --- /dev/null +++ b/dotfiles/.config/fish/fish_variables @@ -0,0 +1,36 @@ +# This file contains fish universal variable definitions. +# VERSION: 3.0 +SETUVAR __fish_initialized:3800 +SETUVAR _fisher_jorgebucaran_2F_fisher_files:\x7e/\x2econfig/fish/functions/fisher\x2efish\x1e\x7e/\x2econfig/fish/completions/fisher\x2efish +SETUVAR _fisher_patrickf1_2F_fzf_2E_fish_files:\x7e/\x2econfig/fish/functions/_fzf_configure_bindings_help\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_extract_var_info\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_preview_changed_file\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_preview_file\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_report_diff_type\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_report_file_type\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_directory\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_git_log\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_git_status\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_history\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_processes\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_variables\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_wrapper\x2efish\x1e\x7e/\x2econfig/fish/functions/fzf_configure_bindings\x2efish\x1e\x7e/\x2econfig/fish/conf\x2ed/fzf\x2efish\x1e\x7e/\x2econfig/fish/completions/fzf_configure_bindings\x2efish +SETUVAR _fisher_plugins:jorgebucaran/fisher\x1epatrickf1/fzf\x2efish +SETUVAR _fisher_upgraded_to_4_4:\x1d +SETUVAR fish_color_autosuggestion:brblack +SETUVAR fish_color_cancel:\x2dr +SETUVAR fish_color_command:normal +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/razevedo/\x2ecargo/bin diff --git a/dotfiles/.config/fish/functions b/dotfiles/.config/fish/functions new file mode 120000 index 000000000..976ec5480 --- /dev/null +++ b/dotfiles/.config/fish/functions @@ -0,0 +1 @@ +../../Dev/dev-env/dotfiles/fish/.config/fish/functions \ No newline at end of file