Skip to content

stanfrbd/dotfiles

Repository files navigation

dotfiles

Instructions

setup_my_zsh.sh will setup my .zshrc, auto-suggestion extension and a minimalist .vimrc for the current user.

Two steps

  • Installation of zsh and put as default shell
sudo apt update && sudo apt install -y zsh && chsh -s $(which zsh)
  • Installation of my .zshrc
cd ; wget --no-check-certificate https://raw.githubusercontent.com/stanfrbd/dotfiles/main/setup_my_zsh.sh && chmod +x setup_my_zsh.sh && ./setup_my_zsh.sh

This will look like this for a normal user

image

This will look like this for root

image

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors