Welcome to my dotfiles repository! Here you'll find my personalized configuration files for various tools and applications that I use in my development environment.
MPV is a versatile media player that I customize for a streamlined viewing experience.
- Location:
.config/mpv/
- Features:
- Custom key bindings
- Enhanced video playback settings
Neovim is my go-to text editor, packed with plugins and settings to boost productivity.
- Location:
.config/nvim/
- Features:
- Plugin management with
vim-plug
- Custom mappings and themes
- Plugin management with
Fish is a user-friendly command line shell that I configure to improve my terminal experience.
- Location:
.config/fish/
- Features:
- Syntax highlighting
- Custom functions and aliases
Alacritty is a fast terminal emulator with a beautiful interface.
- Location:
.config/alacritty/
- Features:
- GPU-accelerated rendering
- Customizable shortcuts
My custom Alacritty theme, hedaetul.toml
, enhances the terminal's visual appeal.
- Location:
.config/alacritty/hedaetul.toml
Neofetch is a command-line system information tool that displays system stats in an aesthetic way.
- Location:
.config/neofetch/config.conf
- Features:
- Custom ASCII art
- Personalized info display
To set up these configurations on your machine, clone this repository and create symlinks to the appropriate locations:
git clone https://github.com/hedaetul/dotfiles.git
cd dotfiles
# Example for setting up Neovim configuration
ln -s $(pwd)/nvim ~/.config/nvim