/dotfiles

Primary LanguageVim script

dotfiles-skeleton

A .dotfiles repository skeleton

Installation

git clone --depth 1 https://github.com/ViBiOh/dotfiles-skeleton.git
./dotfiles-skeleton/install.sh

SSH

ssh-keygen -t ed25519 -a 100 -C "`whoami`@`hostname`" -f ~/.ssh/id_ed25519

Bash

Then change default bash for root

sudo -s
echo $(brew --prefix)/bin/bash >> /etc/shells
chsh -s $(brew --prefix)/bin/bash

And also for current user

chsh -s $(brew --prefix)/bin/bash