Some updates

This commit is contained in:
Nicole Tietz-Sokolskaya 2022-08-07 16:49:00 -04:00
parent d66d03e257
commit ddf780e24b
3 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
sudo dnf install htop neovim stow tmux podman cloc npm nodejs gnome-tweak-tool sudo dnf install htop neovim stow tmux podman cloc npm nodejs gnome-tweak-tool
sudo dnf install cockpit pcp cockpit-pcp
mkdir -p ~/Code mkdir -p ~/Code
cd ~/Code cd ~/Code

View File

@ -11,3 +11,5 @@
[pull] [pull]
rebase = false rebase = false
ff = only ff = only
[init]
defaultBranch = main

View File

@ -1,4 +1,4 @@
call plug#begin('~/local/.shared/nvim/plugged') call plug#begin('~/.local/.shared/nvim/plugged')
" File navigation " File navigation
Plug 'scrooloose/nerdtree' Plug 'scrooloose/nerdtree'