Update server dotfiles
This commit is contained in:
parent
8a5df9ee7f
commit
c6e81ca6e4
|
@ -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
|
||||
|
|
|
@ -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},
|
||||
|
|
|
@ -4,3 +4,4 @@ OpenSwarm
|
|||
Lumentis
|
||||
stochasticity
|
||||
Feywild
|
||||
closeby
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
. "$HOME/.cargo/env"
|
Loading…
Reference in New Issue