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.
Warning
This installation will overwrite any existing configuration files in your home directory. Please backup your existing configuration files before proceeding.
- Clone this repository:
mkdir -p ~/workspace
git clone https://github.com/takahisa/dotfiles ~/workspace/dotfiles
- 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.