Skip to content

The dotfiles I'm currently using. Always changing, always a WIP

Notifications You must be signed in to change notification settings

Aquarthur/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Installation

To install these dotfiles, run ./bootstrap.sh. Please note: this will replace existing configuration files in your home directory, so be careful!

Also note that the included .vimrc is only there temporarily and is not installed by the bootstrap.sh script! I am working on a more complex setup but have a lot of reading + writing to do.

ZSH

Performance

On my local machine, zsh is up and ready to use in around 1/20th of a second, as seen below (the startup_check function is defined in .zshrc):

~/dev/projects/open-source/dotfiles main*
❯ startup_check 15
  0.03s user 0.02s system 102% cpu 0.047 total
  0.03s user 0.01s system 102% cpu 0.046 total
  0.01s user 0.03s system 103% cpu 0.048 total
  0.02s user 0.02s system 103% cpu 0.047 total
  0.03s user 0.01s system 102% cpu 0.047 total
  0.02s user 0.02s system 102% cpu 0.047 total
  0.02s user 0.03s system 103% cpu 0.047 total
  0.03s user 0.02s system 102% cpu 0.047 total
  0.03s user 0.01s system 103% cpu 0.048 total
  0.03s user 0.02s system 103% cpu 0.047 total
  0.03s user 0.02s system 103% cpu 0.047 total
  0.02s user 0.02s system 102% cpu 0.045 total
  0.03s user 0.02s system 102% cpu 0.047 total
  0.02s user 0.03s system 102% cpu 0.044 total
  0.01s user 0.03s system 102% cpu 0.044 total

Note: I used to use zinit, and while the initial start-up was faster, the first interactions with the terminal lagged - I'd often have to wait a few seconds for it to catch up.

Plugins included

I'm using zimfw as the plugin manager to load in:

I'm loading in a few oh-my-zsh libraries and plugins as well:

About

The dotfiles I'm currently using. Always changing, always a WIP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published