Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.38 KB

dotfiles

These are my personal dotfiles, which I use to configure various tools and applications on my computer. Dotfiles are typically hidden files in a user's home directory that store configuration settings for various applications.

Installation

To use these dotfiles, simply clone this repository to your home directory:

git clone https://github.com/malbertzard/dotfiles.git ~/.dotfiles

Contents

Here are some of the dotfiles that are included in this repository:

  • alacritty: Alacritty config

  • bash: Configurations for the Bash shell, including aliases, environment variables, and other settings.

  • Zsh: Configurations for the zsh shell, including aliases, environment variables, and other settings.

  • nvim: My personal neovim config

  • Gitconfig: Configurations for the Git version control system, including aliases

  • tmux: Configurations for the Tmux terminal multiplexer, including key bindings, color schemes, and other settings.

Credits

These dotfiles were inspired by various other dotfiles repositories and online resources. Here are some of the sources that I found helpful:

License

These dotfiles are released under the MIT License. Feel free to use, modify, and distribute them as you see fit