Some updates
This commit is contained in:
parent
d66d03e257
commit
ddf780e24b
3 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -11,3 +11,5 @@
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
ff = only
|
ff = only
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue