Skip to content

takahisa/dotfiles

Repository files navigation

dotfiles

.github/workflows/lint-and-test.yaml

What's Inside

This dotfiles repository includes configurations for:

  • bash (login shell)
  • git
  • ssh
  • emacs
  • neovim
  • alacritty

It uses dracula theme across all software for a unified dark mode experience.

Installation

Warning

This installation will overwrite any existing configuration files in your home directory. Please backup your existing configuration files before proceeding.

  1. Clone this repository:
mkdir -p ~/workspace
git clone https://github.com/takahisa/dotfiles ~/workspace/dotfiles
  1. Run the installation:
make -C ~/workspace/dotfiles all

The installation process will:

  • Install Homebrew
  • Install Homebrew formulae defined in Brewfile
  • Deploy all configuration files to their appropriate installation paths under the home directory.

See INSTALL.md for more details.

License

MIT License