My dotfiles for Linux based systems.
I use stow and a makefile to create all relevant symlinks and directories as well as installing various commandline tools and neovim. Use at own discretion.
There are multiple build targets that can be used depending on purpose. If you are running on a system without sudo, do install_remote
sudo make install # Set everything up on local machine with sudo.
make install_remote # Install without certain features. To be used on remote to prevent compiler and version issues that can not be fixed without sudo.
Amazing linux tools that I use in the dotfiles.
- bat - A cat(1) clone with wings
- exa - A Modern replacement for ls
- fd - A simple, fast and user-friendly alternative to 'find'
- zooxide - A cd command that learns - easily navigate directories from the command line
- ripgrep - Ripgrep recursively searches directories for a regex pattern while respecting your gitignore
- diff-so-fancy - Good-lookin' diffs. Actually... nah... The best-lookin' diffs. 🎉
This repo is based on a clone of charnley/dotfiles
Links for inspiration on future additions: