cartfisk / dotfiles

πŸ’Ύ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Codacy Badge

dotfiles, and some scripts to automate macos setup. Now very fast!

beep boop
[~] repeat 3 {time zsh -il -c exit}                                                                
zsh -il -c exit  0.01s user 0.01s system 90% cpu 0.027 total
zsh -il -c exit  0.01s user 0.01s system 91% cpu 0.026 total
zsh -il -c exit  0.01s user 0.01s system 91% cpu 0.026 total

inspired by gmoe's dotfiles, a 🍯🐝/🍯🐝 guy.

batteries

Brew - πŸ‘Œ macos package manager.
Zsh - πŸ’ͺ shell.
Zgenom - 🏎 plugin manager for zsh.
Various zsh plugins.

usage

go somewhere you dont mind this repo living in:

cd ${FOLDER_WHERE_DOTFILES_WILL_LIVE_FOREVER_PROBABLY_TILDE_IDK_IM_NOT_YOUR_BOSS}

clone the repo:

git clone https://github.com/SalomonSmeke/dotfiles.git .dotfiles

go into the repo:

cd .dotfiles

install the dotfiles and zsh plugins:

./setup.sh init

update zsh plugins:

./setup.sh zsh-plugins

install some brew 🍺 packages:

cd .dotfiles
brew bundle

print usage:

./setup.sh help

print usage but very cryptographically secure:

./setup.sh $RANDOM

ech

Copyright (c) 2018-2019 Salomon Smeke Cohen with an MIT License

About

πŸ’Ύ

License:MIT License


Languages

Language:Lua 52.5%Language:Shell 39.2%Language:Ruby 8.0%Language:Vim Script 0.2%