tweaks
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
if status is-interactive
|
if status is-interactive
|
||||||
pyenv init - | source
|
pyenv init - | source
|
||||||
set -x PAGER "less -isgj.5"
|
set -x PAGER "nvimpager"
|
||||||
set -Ua fish_user_paths /home/hjalmarlucius/.local/bin/
|
set -Ua fish_user_paths /home/hjalmarlucius/.local/bin/
|
||||||
set -x CUDA_HOME /opt/cuda
|
set -x CUDA_HOME /opt/cuda
|
||||||
set -x LD_LIBRARY_PATH $LD_LIBRARY_PATH $CUDA_HOME/lib64
|
set -x LD_LIBRARY_PATH $LD_LIBRARY_PATH $CUDA_HOME/lib64
|
||||||
|
|||||||
+1
-1
@@ -20,7 +20,7 @@ yay kitty fish
|
|||||||
chsh -s /usr/bin/fish
|
chsh -s /usr/bin/fish
|
||||||
|
|
||||||
# code
|
# code
|
||||||
yay neovim tig stylua tmux diff-so-fancy ripgrep prettier jq git-lfs shfmt glow
|
yay neovim tig stylua tmux diff-so-fancy ripgrep prettier jq git-lfs git-secret shfmt yq glow nvimpager
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
||||||
|
|
||||||
# file sync
|
# file sync
|
||||||
|
|||||||
+1
-1
@@ -145,7 +145,7 @@ require("lazy").setup({
|
|||||||
vim.g.mkdp_auto_start = 0 -- auto start on moving into
|
vim.g.mkdp_auto_start = 0 -- auto start on moving into
|
||||||
vim.g.mkdp_auto_close = 0 -- auto close on moving away
|
vim.g.mkdp_auto_close = 0 -- auto close on moving away
|
||||||
vim.g.mkdp_open_to_the_world = 1 -- available to others
|
vim.g.mkdp_open_to_the_world = 1 -- available to others
|
||||||
vim.g.mkdp_port = 8555
|
vim.g.mkdp_port = 10010
|
||||||
vim.g.mkdp_echo_preview_url = 1
|
vim.g.mkdp_echo_preview_url = 1
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -80,5 +80,6 @@ settings:
|
|||||||
ddg: https://duckduckgo.com/?q={}
|
ddg: https://duckduckgo.com/?q={}
|
||||||
goo: https://google.com/search?q={}
|
goo: https://google.com/search?q={}
|
||||||
ip: https://iplocation.io/ip/{}
|
ip: https://iplocation.io/ip/{}
|
||||||
|
sh: https://explainshell.com/explain?cmd={}
|
||||||
url.start_pages:
|
url.start_pages:
|
||||||
global: https://rss.hjarl.com/tt-rss
|
global: https://rss.hjarl.com/tt-rss
|
||||||
|
|||||||
@@ -23,3 +23,4 @@ setinregex re=/mnt/hdd1/gdrive preview_files false
|
|||||||
setinregex re=/mnt/hdd1/gdrive preview_images false
|
setinregex re=/mnt/hdd1/gdrive preview_images false
|
||||||
setinregex re=/mnt/hdd1/gdrive collapse_preview true
|
setinregex re=/mnt/hdd1/gdrive collapse_preview true
|
||||||
setinregex re=/mnt/hdd1/gdrive padding_right false
|
setinregex re=/mnt/hdd1/gdrive padding_right false
|
||||||
|
setinregex re=/mnt/hdd1/gdrive vcs_aware false
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ AssertPathIsDirectory=/mnt/hdd1/gdrive
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=notify
|
||||||
|
|
||||||
ExecStart=/usr/bin/rclone mount --vfs-cache-mode full gdrive: /mnt/hdd1/gdrive
|
ExecStart=/usr/bin/rclone mount --vfs-cache-mode full gdrive: /mnt/hdd1/gdrive
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,8 @@ ufw allow "qBittorrent"
|
|||||||
ufw allow "syncthing"
|
ufw allow "syncthing"
|
||||||
ufw allow "WWW Full"
|
ufw allow "WWW Full"
|
||||||
|
|
||||||
ufw allow in 10000:10100/tcp comment "generic"
|
ufw allow in 10000:10100/tcp comment "generic tcp"
|
||||||
|
ufw allow in 10000:10100/udp comment "generic udp"
|
||||||
|
|
||||||
# docker
|
# docker
|
||||||
ufw allow in 2376,2377,7946/tcp comment "Docker tcp"
|
ufw allow in 2376,2377,7946/tcp comment "Docker tcp"
|
||||||
|
|||||||
Reference in New Issue
Block a user