diff --git a/fedora_bootstrap.sh b/fedora_bootstrap.sh index a2aff95..568937c 100644 --- a/fedora_bootstrap.sh +++ b/fedora_bootstrap.sh @@ -1,5 +1,6 @@ sudo dnf install htop neovim stow tmux podman cloc npm nodejs gnome-tweak-tool +sudo dnf install cockpit pcp cockpit-pcp mkdir -p ~/Code cd ~/Code diff --git a/git/.gitconfig b/git/.gitconfig index 8da4a29..02222dd 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -11,3 +11,5 @@ [pull] rebase = false ff = only +[init] + defaultBranch = main diff --git a/nvim/.config/nvim/plugs.vim b/nvim/.config/nvim/plugs.vim index 622149e..6bd2c4d 100644 --- a/nvim/.config/nvim/plugs.vim +++ b/nvim/.config/nvim/plugs.vim @@ -1,4 +1,4 @@ -call plug#begin('~/local/.shared/nvim/plugged') +call plug#begin('~/.local/.shared/nvim/plugged') " File navigation Plug 'scrooloose/nerdtree'