Skip to content

maxdevjs/dotfiles-solus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles-solus

Solus dotifiles managed by yadm.

Solus initial/setup configuration

What is included

Troubleshooting 🤪

As Github renamed its master branch to main, exists the possibility that yadm will complain when pushing.

Solution

The solution will most likely be to move the master branch to main:

$ branch -M main

The previous command renames the branch called main to main thanks to the -m flag.

$ man git-branch

Now it should work 🥳:

$ push -u origin main
Add Yadm remote and push
$ yadm remote add origin https://github.com/maxdevjs/dotfiles-solus.git
$ yadm push -f -u origin main

TODO

About

Solus dotifiles managed by yadm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published