Skip to content

adrnbttr/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repo contains my dotfile configuration

I manage the various configuration files in this repo using GNU Stow. This allows me to set up symlinks for all of my dotfiles using a single command:

stow -t ~ zsh
stow -t ~ config

##+SECRET

I know, it’s not the best options but ....

###+ Create file

nvim config/.config/nvim/lua/custom/secrets.lua

###+ Put your sensitive date inside

-- secrets.lua
local secrets = {
  my_secret_password = 'yourpassword'

return secrets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published