Skip to content

rogue-87/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my dotfiles!

I use gnu stow to manage to my dotfiles

I find it very easy and simple to use for basic dotfile setup

setup instructions

clone this repository

git clone https://github.com/rogue-87/dotfiles.git

then use make to run stow. here's what you can do

# setup dotfiles for laptop
make laptop-stow
# remove laptop dotfiles
make laptop-unstow
# setup dotfiles for termux(android terminal emulator)
make termux-stow
# remove termux dotfiles
make termux-unstow

tada!, you're good to go :]

extra stuff

laptop nvim config

termux nvim config