Skip to content

camillescottatwork/dotfiles

 
 

Repository files navigation

dotfiles

my dotfiles.

installation

install zsh-snap:

mkdir -p ~/.local/share/zsh && cd ~/.local/share/zsh
git clone --depth 1 https://github.com/marlonrichert/zsh-snap.git

Install figlet with apt on ubuntu/debian based systems:

sudo apt install figlet

or homebrew on MacOS:

brew install figlet

backup existing dotfiles:

cd
mv .vimrc .vimrc.bak
mv .condarc .condarc.bak

clone dotfiles:

cd && git clone [email protected]:camillescott/dotfiles.git

backup old .zshrc and link in new one from repo:

mv ~/.zshrc ~/.zshrc.bak
ln dotfiles/zshrc .zshrc

About

personal zsh config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 87.9%
  • Python 6.1%
  • Shell 6.0%