Skip to content

torhaugl/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Installation

GNU stow is required.

DOTFILES_DIR="$HOME/.dotfiles"
git clone https://github.com/torhaugl/dotfiles.git "$DOTFILES_DIR"
stow "$DOTFILES_DIR" --ignore="README.md"

For neovim to work properly, a NerdFonts is needed and the following packages

sudo apt update
sudo apt install make gcc ripgrep unzip git xclip

For neovim to install the most recent release,

sudo apt update
sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt install neovim

For tmux, tmux package manager (tpm) is needed. To install it into the default location,

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published