Skip to content

bashhack/dots

Repository files navigation

Dotfiles

My personal configuration files for various tools and applications.

Setup Guides

Quick Start

For a new machine setup:

  1. Clone this repository:

    git clone https://github.com/bashhack/dots.git
  2. Install Homebrew:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Install packages:

    cd dots
    brew bundle install
  4. Copy dotfiles to their respective locations:

    # Copy shell configuration
    rsync -avz .zprofile ~/
    mkdir -p ~/.config/zsh
    rsync -avz config/zsh/ ~/.config/zsh/
    
    # Copy editor configurations
    rsync -avz .ideavimrc ~/
    rsync -avz .tmux.conf ~/
    rsync -avz .gitconfig ~/
    
    # For Intellimacs (Spacemacs bindings for IntelliJ)
    git clone https://github.com/MarcoIeni/intellimacs ~/.intellimacs
    
    # For Tmux Plugin Manager
    git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
    
    # Install Nerd Font for terminal icons (required for tmux)
    brew install --cask font-jetbrains-mono-nerd-font
  5. Follow the detailed setup guides in the docs directory for specific tools.

License

See LICENSE for details.

About

local config scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published