Skip to content

arnaupv/setup-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Environment

Instructions needed for setting up my environment (based on Ubuntu 20). These are the default instructions used to setup the devcontainer in the followingn nvim plugin: nvim-devcontainer-cli

Installation

If you need to start from scratch first you will need to install git for cloning the current repo.

Ubuntu

sudo apt update
sudo apt install git

and then clone the project:

git clone https://github.com/arnaupv/dotfiles.git ${HOME}/dotfiles

Finally install the pacakges and the dotfiles:

cd ${HOME}/dotfiles; ./install.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published