Skip to content

WiredMic/.dotfiles

Repository files navigation

.dotfiles

A repo for all my dotfiles and install scripts.

How to use

SSH

GitHubs SSH guide

First we need to setup ssh and connect it with GitHub. This is done because this repo is private.

ssh-keygen -t ed25519 -C "[email protected]"

Then it will ask for a name. Call it something to do with github.

Last it will ask for a password. You know the password.

Adding your SSH key to the ssh-agent

eval "$(ssh-agent -s)"

ssh-add ~/.ssh/$KEY_NAME

start ssh agent and add all private files in ~/.shh/

eval "$(ssh-agent -s)" && ssh-add ~/.ssh/!(*.*)

Last add the public key to your GitHub account.

Clone to PC

First make the dotfiles directory.

mkdir ~/.dotfiles/

Then clone the repo into the dir

git clone --recurse-submodules [email protected]:WiredMic/.dotfiles.git ~/.dotfiles/.

Run the init script

First make it runable.

chmod +x ~/.dotfiles/init.sh

then run the script.

~/.dotfiles/init.sh

About

A repo for all my dotfiles and install scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published