Skip to content

jordibeen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jordibeen dotfiles

Configure git

Set up aliasing

alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
git clone --bare git@github.com:jordibeen/dotfiles.git $HOME/.dotfiles

Hide untracked files

dotfiles config --local status.showUntrackedFiles no

Install Dependencies

zsh

git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting

brew

cat .brew/requirements.txt | xargs brew install && cat .brew/casks.txt | xargs brew install --cask

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published