Skip to content

ckandoth/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To set up a new Linux dev machine

Install some useful utilities using the appropriate package manager.

sudo apt install -y git vim tree curl tmux parallel keychain
sudo zypper install -y git vim tree curl tmux gnu_parallel keychain

Create an ed25519 key for SSH with a passphrase.

ssh-keygen -t ed25519 -C $USER -f .ssh/id_ed25519

Deploy the dotfiles in this repo and logout.

cd $HOME
git clone --bare https://github.com/ckandoth/dotfiles.git .dotfiles
alias dotfiles="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
dotfiles checkout --force
exit

About

My bash dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published