Compare commits
No commits in common. "8c62df69b1af62b3f5703b60ac5785dd91c7f1d8" and "4cf956d7a994b362a4ef8a214732240b3e82887e" have entirely different histories.
8c62df69b1
...
4cf956d7a9
@ -26,9 +26,5 @@ function fish_user_key_bindings
|
||||
bind '$' bind_dollar
|
||||
end
|
||||
|
||||
function setXDG
|
||||
set -gx XDG_CONFIG_HOME /home/(whoami)/\x2econfig/
|
||||
end
|
||||
|
||||
# Starship
|
||||
starship init fish | source
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
# VERSION: 3.0
|
||||
SETUVAR --export EDITOR:nvim
|
||||
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_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\x1ereitzig/sdkman\x2dfor\x2dfish\x40v2\x2e1\x2e0
|
||||
SETUVAR _fisher_reitzig_2F_sdkman_2D_for_2D_fish_40_v2_2E_31_2E_30__files:\x7e/\x2econfig//fish/functions/sdk\x2efish\x1e\x7e/\x2econfig//fish/conf\x2ed/sdk\x2efish\x1e\x7e/\x2econfig//fish/completions/sdk\x2efish
|
||||
SETUVAR _fisher_reitzig_2F_sdkman_2D_for_2D_fish_40_v2_2E_31_2E_30__files:\x7e/\x2econfig/fish/functions/sdk\x2efish\x1e\x7e/\x2econfig/fish/conf\x2ed/sdk\x2efish\x1e\x7e/\x2econfig/fish/completions/sdk\x2efish
|
||||
SETUVAR _fisher_upgraded_to_4_4:\x1d
|
||||
SETUVAR fish_color_autosuggestion:brblack
|
||||
SETUVAR fish_color_cancel:\x2dr
|
||||
@ -36,5 +36,4 @@ 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/jellyfish/\x2elocal/bin\x1e/home/testing/\x2elocal/bin
|
||||
SETUVAR fish_user_paths:/home/testing/\x2elocal/bin
|
||||
|
||||
@ -21,10 +21,6 @@ if [ -z "$SDKMAN_CANDIDATES_API" ]; then
|
||||
:
|
||||
fi
|
||||
|
||||
if [ -z "$SDKMAN_BROKER_API" ]; then
|
||||
:
|
||||
fi
|
||||
|
||||
if [ -z "$SDKMAN_DIR" ]; then
|
||||
:
|
||||
fi
|
||||
|
||||
@ -1,20 +0,0 @@
|
||||
configpath: /home/testing/.config/nom/config.yml
|
||||
showfavourites: false
|
||||
version: ""
|
||||
ordering: asc
|
||||
filtering:
|
||||
defaultIncludeFeedName: false
|
||||
theme:
|
||||
glamour: dark
|
||||
titleColor: "62"
|
||||
titleColorFg: "231"
|
||||
filterColor: "62"
|
||||
selectedItemColor: "170"
|
||||
readIcon: ✓
|
||||
http:
|
||||
mintls: TLS 1.2
|
||||
backends:
|
||||
freshrss:
|
||||
host: http://rss.meleagris.cc
|
||||
user: jellyfishsh
|
||||
password: thisisatest
|
||||
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
require "config.bindings"
|
||||
require "config.lazy"
|
||||
require "config.options"
|
||||
require("config.bindings")
|
||||
require("config.lazy")
|
||||
require("config.options")
|
||||
|
||||
@ -6,7 +6,6 @@ vim.lsp.enable('jdtls')
|
||||
vim.lsp.enable('cmake')
|
||||
vim.lsp.enable('fish_lsp')
|
||||
vim.lsp.enable('rust_analyzer')
|
||||
vim.lsp.enable('zls')
|
||||
|
||||
-- Virtual text
|
||||
vim.diagnostic.config({
|
||||
|
||||
@ -6,7 +6,7 @@ return {
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
opts = {
|
||||
ensure_installed = { "lua_ls", "clangd","pyright", "jdtls", "cmake", "fish_lsp", "rust_analyzer", "zls"}
|
||||
ensure_installed = { "lua_ls", "clangd","pyright", "jdtls", "cmake", "fish_lsp", "rust_analyzer"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
https://www.redhat.com/en/blog/eight-ways-secure-ssh Eight ways to protect SSH access on your system
|
||||
https://www.reddit.com/r/homelab/comments/1i9kocm/rant_stop_discouraging_people_to_change_ssh_port/ [Rant] Stop discouraging people to change SSH port : r/homelab
|
||||
https://www.ssl.com/article/basic-primer-for-securing-ssh/ Essential Ways to Secure Your SSH Configuration - SSL.com
|
||||
https://www.reddit.com/r/homelab/comments/5pydet/so_youve_got_ssh_how_do_you_secure_it/ So you've got SSH, how do you secure it? : r/homelab
|
||||
https://grapheneos.org/ GrapheneOS: the private and secure mobile OS
|
||||
@ -1 +0,0 @@
|
||||
scrypted https://www.scrypted.app/
|
||||
@ -178,9 +178,6 @@ waybar&
|
||||
# Setup background
|
||||
swww-daemon&
|
||||
|
||||
# Setup sync
|
||||
syncthing --no-browser &
|
||||
|
||||
# Setup fuzzy finder and app launcher with keybinds
|
||||
riverctl map normal Super R spawn fuzzel
|
||||
|
||||
|
||||
@ -69,14 +69,6 @@
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"states": {
|
||||
"normal": 40,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-icons": ["","","","","","","","","",""],
|
||||
"max-length": 25
|
||||
|
||||
},
|
||||
|
||||
|
||||
@ -17,6 +17,6 @@ config.window_decorations = "RESIZE"
|
||||
config.enable_tab_bar = false
|
||||
config.font_size = 18.0
|
||||
config.color_scheme = wave
|
||||
config.font = wezterm.font 'Fira Code'
|
||||
|
||||
|
||||
return config
|
||||
|
||||
9
.gitignore
vendored
9
.gitignore
vendored
@ -5,9 +5,7 @@
|
||||
.config/pipewire
|
||||
.config/procps
|
||||
.config/pulse
|
||||
.config/qutebrowser/__pycache__
|
||||
.config/qutebrowser/autoconfig.yml
|
||||
.config/qutebrowser/qsettings/QtProject.conf
|
||||
.config/qutebrowser
|
||||
.config/unity3d
|
||||
.config/borgmatic
|
||||
.config/WebCord
|
||||
@ -32,8 +30,3 @@
|
||||
.config/mps-youtube
|
||||
.config/snes9x
|
||||
.config/youtube-viewer
|
||||
.config/libreoffice/
|
||||
.config/retroarch/
|
||||
.config/kde.org
|
||||
.config/knfsshare
|
||||
.config/rbw
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user