Personal dotfiles configuration.
This repo is structured to support Stow for easier symlink creation
To start just install Stow using:
sudo apt update
sudo apt install stow
- In home directory make a new directory, let call it .dotfiles (can be any name you like)
- Clone this repo into that directory
- From .dotfiles direcotry execute the following command:
stow -D . - All done
All of the .dotfiles files should be symlinked correctly.
To start using lazygit you first need to install it
Head to Lazygit repo and grab the latest release
This repo uses Delta as a git pager for improved file changes highlighting, etc.
To install allacrity head over to Alacritty github and use their instructions
It's BASH but much better.
To install head over to ZSH github Make it even better with Oh My ZSH
The one and only terminal multiplexer.
Install using Tmux github
Install from Homepage
One and only text editor.
Install from Neovim github
Open nvim and type :checkhealth and fix all issues seen there.
Not all warnings are required to be fixed
To use global clipboard in nvim install xclip. To install execute:
sudo apt update
sudo apt install xclip
To add blade support for laravel execute: :TSInstall blade