No description
| bash | ||
| conda | ||
| fish/.config/fish/conf.d | ||
| fzf | ||
| git | ||
| iterm2/.config/iterm2 | ||
| jupyter | ||
| nvim/.config | ||
| p10k | ||
| parallel/.parallel | ||
| skhd/.config/skhd | ||
| terraform/.terraform.d | ||
| tmux | ||
| tox/.tox/distshare | ||
| vim | ||
| yabai/.config/yabai | ||
| zsh | ||
| .gitignore | ||
| .gitmodules | ||
| README.md | ||
| setup.sh | ||
Dotfiles
This repository contains my personal dotfiles. These configurations are tailored to suit my development environment and preferences.
Repository Structure
- bash: Bash shell configurations.
- bin: Custom scripts and binaries.
- nvim: Neovim editor configurations.
- tmux: Tmux terminal multiplexer configurations.
- ... (add more directories as needed)
Setup
To use these dotfiles on your system:
-
Clone the repository to your home directory:
git clone https://github.com/your-username/.dotfiles.git ~/.dotfiles cd ~/.dotfiles -
Optionally, run setup script available in the repository.
./setup.sh