Skip to content

jonmorten/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Configuration files and utility scripts.

Installation

Brew

Install Brew, a package manager for Mac.

Essential packages:

  • bash-completion
  • git

Optional packages:

  • htop
  • jo
  • jq
  • nvm
  • tree

Oh My Zsh

Install Oh My Zsh, for zsh.

Install the Powerlevel10k theme.

Better ll

Add this alias in ~/.zshrc, somewhere after source $ZSH/oh-my-zsh.sh:

alias ll='ls -alF'

Git alises

Some two-letter alises from the git plugin can be dangerous. Disable them in ~/.zshrc, somewhere after source $ZSH/oh-my-zsh.sh:

unalias ga
unalias gb
unalias gc
unalias gd
unalias gf
unalias gg
unalias gk
unalias gl
unalias gm
unalias gp
unalias gr

Link files

./setup.sh

Fix Git autocomplete

Update ~/profile.d/02-git-completion.bash.

See:

Jottacloud

Install Jottacloud CLI.

Set .jottaignore as global.

jotta-cli ignores set '~/.jottaignore'

About

Configuration files and utility scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published