Welcome to my dotfiles repository! This repository contains various configuration files and scripts that I use to customize my development environment and tools.
- Dotfiles: Configuration files for bash, zsh, vim, git, and other shell utilities.
- Configs: Application-specific configuration files and settings.
- Scripts: Utility scripts for setting up and updating my environment.
- Documentation: Notes and guides on how to set up and use these configurations.
To use these dotfiles, simply clone the repository:
git clone https://github.com/toocomputer/dotfiles.git
Then, change to the repository directory:
cd dotfiles
Note: Make sure to backup your existing configuration files before deploying these dotfiles.
- Install Homebrew
- Install GNU Stow (via Homebrew)
- Run
stow --target=$HOME *to create symlinks from~/Projects/dotfilesto their respective locations in$HOME
- Install Nerd Font
- Install Starship:
curl -sS https://starship.rs/install.sh | sh
- Install tmux
(via Homebrew):
brew install tmux
- Install eza (via Homebrew):
brew install eza
- Install
bat(via Homebrew):brew install bat - see: https://www.youtube.com/watch?v=oTNRvnQLLLs
- Install
zoxide(via Homebrew):brew install zoxide
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.
This repository is open source and available under the MIT License.
- Thanks to the community for providing inspiration and tools that have helped shape these configurations.
- Special recognition to the authors of various open-source projects that have influenced these dotfiles.
Happy configuring!