Skip to content

nikolalsvk/dotfiles

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

πŸ‘‹ Welcome to my dotfiles πŸ“š

πŸ‘€ Here is how your terminal could look like πŸ…

Nikola's terminal in the wild

Vim logo

⬇️ Installation:

Get started quickly:

  1. Clone the repo

    git clone https://github.com/nikolalsvk/dotfiles.git
  2. 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
  3. 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.

πŸ” It includes:

  • .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 shell
  • install.rb, bash script for installing those files

⚠️ Use it at your peril. ⚠️

πŸ“» Pull request are (very) welcome.