Skip to content

notlmn/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Some random persons dotfiles repository

Installation

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

Screenshots

Screenshot of installation process Screenshot of Vim
Installation Vim
Screenshot of tmux
tmux

Configuration

Submodules

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

Git configuration

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

  • Terminal emulator.
    • Alacritty, GPU accelerated cross-platform terminal emulator.
    • Terminal, new Windows Terminal (when released in future).
  • Snazzy theme by Sindre Sorhus.

Acknowledgements

Inspiration and code was intentionally stolen from many sources, including:

License

Licensed under MIT.