Get started quickly:
-
Clone the repo
git clone https://github.com/nikolalsvk/dotfiles.git
-
Get into the repo and run the install script
cd dotfiles && ./install.rb
Or, you can do it via zx using:
npx zx install.mjs
-
Add theme colors to iTerm (optional)
I use Honukai theme if you're interested in having the similar visual appearance.
You need to download honukai.itermcolors to Colors tab in iTerm to achieve the same colors.
That is it. If you find something broken or worth fixing, create an issue and / or a pull request and let's make it better.
.vimrc
, a config file for Vim file editor.gitconfig
, a config file for Git CLI.zsh-aliases
, a file that contains aliases for the Z shellinstall.rb
, bash script for installing those files
📻 Pull request are (very) welcome.