Skip to content

destradax/homelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Setup server

add to /etc/hosts so you can ssh odin@athena:

192.168.1.2 athena

Setup nvim

install from https://github.com/neovim/neovim/blob/master/INSTALL.md#linux

use update-alternatives to set as default editor:

sudo update-alternatives --install /usr/bin/editor editor /opt/nvim-linux-x86_64/bin/nvim 100

and then select the editor:

select-editor

install lazy.nvim: https://lazy.folke.io/installation

copy nvim folder to ~/.config/

Install Docker

add user to docker group to avoid having to run some docker commands with sudo:

sudo usermod -aG docker $USER

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages