This commit is contained in:
henryEto 2025-08-30 11:33:00 -06:00
parent 3de52f7ed9
commit 7c9e23beb3
25 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# fish_config theme choose "Dracula Official"
source ~/.config/fish/themes/tokyonight_storm.fish
# source ~/.config/fish/themes/tokyonight_storm.fish
if status is-interactive
# Commands to run in interactive sessions can go here
@ -33,7 +33,8 @@ alias zypper 'sudo zypper'
alias srcfish 'source ~/.config/fish/config.fish'
alias pull-st 'bash ~/bin/pull-st.sh'
alias push-st 'bash ~/bin/push-st.sh'
alias sentinel 'ssh -X admin@100.88.99.193 "/publico/sentinel n"'
alias sentinel 'ssh -X admin@192.168.0.108 "/publico/sentinel n"'
alias nb.sentinel 'ssh -X admin@100.88.99.193 "/publico/sentinel n"'
alias glowp 'glow -p'
alias glows 'glow -s dracula'
alias mdcht 'glow -s ~/Projects/Qt-Learning/Notes/xx-MarkDown-CheatSheet.md'
@ -61,3 +62,6 @@ set -Ux NVIM_APPNAME "nvim"
# Generated for envman. Do not edit.
test -s ~/.config/envman/load.fish; and source ~/.config/envman/load.fish
# Add avalon to PATH
fish_add_path -g -p /home/enrique/avalon/bin

0
nvim/init.lua Normal file → Executable file
View File

0
nvim/lazy-lock.json Normal file → Executable file
View File

0
nvim/lua/config/keymaps.lua Normal file → Executable file
View File

0
nvim/lua/config/lazy.lua Normal file → Executable file
View File

3
nvim/lua/config/options.lua Normal file → Executable file
View File

@ -35,6 +35,9 @@ end)
-- Enable break indent
opt.breakindent = true
-- default to rounded borders
vim.o.winborder = "rounded"
-- Save undo history
opt.undofile = true

0
nvim/lua/plugins/blink-cmp.lua Normal file → Executable file
View File

0
nvim/lua/plugins/colorscheme.lua Normal file → Executable file
View File

0
nvim/lua/plugins/conform.lua Normal file → Executable file
View File

0
nvim/lua/plugins/dressing.lua Normal file → Executable file
View File

0
nvim/lua/plugins/flutter-tools.lua Normal file → Executable file
View File

0
nvim/lua/plugins/fzf.lua Normal file → Executable file
View File

0
nvim/lua/plugins/lsp.lua Normal file → Executable file
View File

0
nvim/lua/plugins/mini-files.lua.bak Normal file → Executable file
View File

0
nvim/lua/plugins/mini-nvim.lua Normal file → Executable file
View File

0
nvim/lua/plugins/noice.lua Normal file → Executable file
View File

0
nvim/lua/plugins/oil-fm.lua Normal file → Executable file
View File

0
nvim/lua/plugins/project-nvim.lua Normal file → Executable file
View File

0
nvim/lua/plugins/sleuth.lua Normal file → Executable file
View File

0
nvim/lua/plugins/smear-cursor.lua Normal file → Executable file
View File

0
nvim/lua/plugins/substitue.lua Normal file → Executable file
View File

0
nvim/lua/plugins/toggleterm.lua Normal file → Executable file
View File

0
nvim/lua/plugins/treesitter.lua Normal file → Executable file
View File

0
nvim/lua/plugins/whichkey.lua Normal file → Executable file
View File

0
nvim/test.go Normal file → Executable file
View File