Skip to content

sabeer-code/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A repository for some of my configuration dotfiles.

How to install onto a new system

alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
echo ".cfg" >> .gitignore
git clone --bare https://github.com/sabeer-code/dotfiles.git $HOME/.cfg
config checkout
config config --local status.showUntrackedFiles no

NeoVim setup

Neovim will be installed as part of mise install. Alternatively install manually using:

dir="$(mktemp -d)"
pushd .
cd "${dir}"
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz
sudo rm -rf /opt/nvim-linux-x86_64
sudo tar -C /opt -xzf nvim-linux-x86_64.tar.gz
export PATH=$PATH:/opt/nvim-linux-x86_64/bin
popd
rm -vrf "${dir}"

Tmux setup

  1. Install Tmux as per TmuxWiki NOTE: This is needed as some Tmux configuration needs newer versions of Tmux

References:

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors