Skip to content

lspita/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

If you want to use this dotfiles, remember to adapt them to your needs, because they aren't modular or configurable (ex. user name and email in the git config file)

Utils

WSL Hello sudo

http://github.com/nullpo-head/WSL-Hello-sudo/

cd $HOME
wget http://github.com/nullpo-head/WSL-Hello-sudo/releases/latest/download/release.tar.gz
tar xvf release.tar.gz
mv release wsl-hello-sudo
cd wsl-hello-sudo
./install.sh

SSH private key permissions

sudo chmod 600 id_ed25519

Set ZSH as default shell

command -v zsh | sudo tee -a /etc/shells # prevent zsh invalid shell with brew
chsh -s $(which zsh) # set zsh as default

About

dotfiles managed with GNU Stow

Resources

Stars

Watchers

Forks