update
This commit is contained in:
parent
3f0851da96
commit
1ee5e8f7bd
4 changed files with 19 additions and 4 deletions
2
dot_cargo/config.toml
Normal file
2
dot_cargo/config.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[build]
|
||||||
|
target-dir = "/home/user/.cargo/target"
|
||||||
|
|
@ -1,11 +1,16 @@
|
||||||
[editor]
|
[editor]
|
||||||
clipboard-provider = "termcode"
|
clipboard-provider = "termcode"
|
||||||
auto-pairs = false # defaults to `true`
|
auto-pairs = false # defaults to `true`
|
||||||
line-number = "relative"
|
insert-final-newline = false
|
||||||
mouse = false
|
|
||||||
|
|
||||||
[editor.soft-wrap]
|
[editor.soft-wrap]
|
||||||
enable = true
|
enable = true
|
||||||
max-wrap = 25 # increase value to reduce forced mid-word wrapping
|
max-wrap = 25 # increase value to reduce forced mid-word wrapping
|
||||||
max-indent-retain = 0
|
max-indent-retain = 0
|
||||||
# wrap-indicator = "" # set wrap-indicator to "" to hide it
|
# wrap-indicator = "" # set wrap-indicator to "" to hide it
|
||||||
|
|
||||||
|
[editor.smart-tab]
|
||||||
|
# TODO: apparently this was enabled by default in some release and now
|
||||||
|
# i can't input tabs???????? This happened on may 5th but the last update
|
||||||
|
# was 2025-07 i don't understand shit
|
||||||
|
enable = false
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
|
atuin init fish | source
|
||||||
end
|
end
|
||||||
|
|
||||||
fish_add_path ~/.local/bin
|
fish_add_path ~/.local/bin
|
||||||
|
fish_add_path ~/.cargo/bin
|
||||||
|
|
||||||
|
# test nix integration
|
||||||
|
fish_add_path ~/.nix-profile/bin
|
||||||
|
set -gxa XDG_DATA_DIRS $HOME/.nix-profile/share
|
||||||
|
|
||||||
abbr -a -- hx helix
|
abbr -a -- hx helix
|
||||||
|
|
||||||
set -gx EDITOR helix
|
set -gx EDITOR helix
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,8 @@ if [ ! $EUID -eq 0 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pacman -Sy --quiet
|
pacman -Sy --quiet
|
||||||
pacman -S --needed --quiet zellij fish tmux vim helix htop chezmoi lsd wezterm micro starship torbrowser-launcher qbittorrent vlc gajim libayatana-appindicator
|
pacman -S --needed --quiet zellij fish tmux vim helix htop chezmoi lsd wezterm micro starship torbrowser-launcher qbittorrent vlc gajim libayatana-appindicator dust zoxide cargo cargo-binstall cargo-update chromium gimp inkscape wireshark-qt handbrake ventoy-bin atuin
|
||||||
|
pacman -S --needed --quiet bat fd dust
|
||||||
pacman -S --needed --quiet gvfs-{goa,wsdd}
|
pacman -S --needed --quiet gvfs-{goa,wsdd}
|
||||||
pacman -S --needed --quiet gnome-shell-extensions gnome-shell-extension-appindicator gnome-shell-extension-desktop-icons-ng gnome-shell-extension-dash-to-panel
|
pacman -S --needed --quiet gnome-shell-extensions gnome-shell-extension-appindicator gnome-shell-extension-desktop-icons-ng gnome-shell-extension-dash-to-panel cosmic-store libreoffice
|
||||||
install_optional wezterm
|
install_optional wezterm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue