theweak1 / dotfiles

My dotfiles for WSL/Ubuntu
MIT License
1 stars 0 forks source link

License Badge Issues Badge Pull Requests Badge Contributors Badge contributions welcome

dotfiles

Dotfiles are configuration files used to customize and personalize your Unix-based system. This repository contains my dotfiles for WSL and Ubuntu.

I'm learning about dotfiles at dotfiles.eieio.xyz.

Table of Contents

Dependencies

Dotbot Integration

This repository uses Dotbot for installation and bootstrapping. Dotbot makes it easy to manage and set up dotfiles across multiple machines.

Setup using Dotbot

  1. Clone this repository to your local machine.
  2. Navigate to the repository directory.
  3. Run the installation script: ./install

This will create the necessary symbolic links and set up your environment using Dotbot.

Credits

Dotbot was created by Anish Athalye. Special thanks to him for developing such a useful tool for the dotfiles community.

TODO

Tmux

To finish the Tmux setup, run the following command in a Tmux session:

tmux source ~/.config/tmux/tmux.conf

gitconfig

If you fork this project, update the gitconfig file with your own user information. Specifically, update the name and email fields. You can find your own non-reply email on GitHub under setting -> Emails. Below your primary email, you'll see this message:

no-reply image message

Additionally, while in the Emails section of your settings, ensure you have these options marked:

protect email options

License

Copyright (c) Lenier Ortiz. Released under the MIT License. See LICENSE.md for details.