stllfe / dotfiles

Configuration files for the tools that I use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

Configuration files for the tools that I use.

Configure

  1. Install Homebrew:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Clone and point to ~/.config directory:

    ln -s /path/to/dotfiles ~/.config

    or git clone directly to ~/.config.

  3. Inside the directory, run the brew installation:

    cd ~/.config && /opt/homebrew/bin/brew bundle install
  4. Point zsh to look for configuration in the .config/zsh:

    cd ~ && echo "export ZDOTDIR=~/.config/zsh" > .zprofile
  5. Restart the shell, everything should just work!

TODO:

  • Add fuzzy file finding
  • Add vi-mode stuff once I get used to VIM more
  • Add setup instuctions
  • Add an entry configuration script
  • Add Ubuntu support
  • wip Mac system stuff settings (like here)
  • AppStore applications

WHISH:

  • VS Code and iTerm2 had the same color theme

    -> this is actually not needed, since I'm trying to make it with a default Term on macOS for now and looking for replacement to VS Code (hate it kinda)

  • I had my light and dark themes of choice specified here

  • I could utilize some automations tools like Ansible

About

Configuration files for the tools that I use


Languages

Language:Shell 92.7%Language:Ruby 7.3%