Some random persons dotfiles repository
Note: This repository contains code used to configure computer based on how I like it to be. This might be something for you, please review code you find on the internet before you run it.
The script is also assumed to be run in a Debian environment.
git clone https://github.com/notlmn/.dotfiles.git
cd .dotfiles
./src/install/main.sh
Installation | Vim |
tmux |
The stage "Submodules" is kind of optional, used to initialize and update Git's submodules, like Vim packages.
You can skip this stage while running the script, and run the following commands later.
git submodule init
git submodule update
After running the script you might also want to update your Git configuration with the following commands.
git config --global user.name <name>
git config --global user.email <email>
# For signing Git commits
git config --global commit.gpgsign true
git config --global user.signingkey <keyid>
- Terminal emulator.
- Snazzy theme by Sindre Sorhus.
Inspiration and code was intentionally stolen from many sources, including:
- Cătălin Mariș dotfiles.
- Mathias Bynens' dotfiles.
- Paul Irish's dotfiles.
- ...and other forgotten sources on the Internet.
Licensed under MIT.