Update server dotfiles

This commit is contained in:
Thomas Avé 2024-03-04 14:56:29 +01:00
parent 8a5df9ee7f
commit c6e81ca6e4
5 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,7 @@ fi
if $NVIM; then
dependencies="neovim git unzip fzf cmake gcc make curl wget ripgrep npm"
if [[ $OS == "NAME=\"Arch Linux\"" ]]; then
$SUDO pacman -Sy --needed --noconfirm "$dependencies" npm go fd
$SUDO pacman -Sy --needed --noconfirm "$dependencies" npm go fd dotnet-sdk
elif [[ $OS == "NAME=\"Ubuntu\"" ]]; then
$SUDO apt update
$SUDO apt install -y software-properties-common

View File

@ -2,6 +2,7 @@ return {
'ConradIrwin/vim-bracketed-paste',
'airblade/vim-rooter',
'nuchs/vim-hypr-nav',
'isobit/vim-caddyfile',
'debugloop/telescope-undo.nvim',
{'windwp/nvim-autopairs', event = "InsertEnter", opts = {}},
{'NeogitOrg/neogit', dependencies = {"nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim", "sindrets/diffview.nvim"}, config = true, lazy = true},

View File

@ -4,3 +4,4 @@ OpenSwarm
Lumentis
stochasticity
Feywild
closeby

View File

@ -17,3 +17,4 @@ export ZDOTDIR="$XDG_CONFIG_HOME"/zsh
export XDG_CURRENT_DESKTOP=GNOME
export OPENCV_LOG_LEVEL=ERROR
export PATH="$HOME/.local/bin:$PATH"
. "$HOME/.cargo/env"

1
zsh/.zshenv Normal file
View File

@ -0,0 +1 @@
. "$HOME/.cargo/env"