Personal dotfiles managed with Dotbot
To set up these dotfiles on a new system:
-
Clone this repository:
git clone https://github.com/Ooscaar/dotfiles ~/.dotfiles cd ~/.dotfiles
-
Run the installation script:
./install
This dotfiles repository includes configurations for various tools and applications. Here's an overview of the symlinks created:
- Vim:
~/.vim
and~/.vimrc
- Zsh and Oh My Zsh:
~/.zshrc
,~/.zsh
, and~/.oh-my-zsh
- Tmux:
~/.tmux.conf
- Bash:
~/.bashrc
- i3 window manager:
~/.config/i3
- Polybar:
~/.config/polybar
- Visual Studio Code:
~/.config/Code/User/settings.json
~/.config/Code/User/keybindings.json
- Dunst:
~/.config/dunst/dunstrc
- Alacritty:
~/.config/alacritty
Additional scripts:
- Backup script: A script for backing up your configurations
- i3 Alternating Layout: A Python script for automatic layout in i3
You can customize these configurations by modifying the respective files in this repository. After making changes, run the ./install
script again to update the symlinks.
If you have suggestions for improving these dotfiles, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.