Skip to content

A collection of Void Linux scripts and info for noobs

Notifications You must be signed in to change notification settings

konfuzhon/z-void-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

z-void-stuff

A collection of Void Linux scripts and info for noobs

How to download the repo

Start by creating an organized set of directories for storing git projects: (Do not copy and paste the following lines one-by-one. Click the copy button.)

cd ~ &&
mkdir .git && cd .git &&
mkdir clones && cd clones 

Now that you are in the proper directory, you can clone the repo:

git clone https://github.com/konfuzhon/z-void-stuff

How to update it

After you've cloned a repo, it will not automatically update with new commits made to the owner's copy. Therefore, to keep this cloned repo up to date with the original, enter the following:

cd ~/.git/clones/z-void-stuff/
git pull origin main

About

A collection of Void Linux scripts and info for noobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages