Skip to content

Simple, fast, productivity-increaser dotfiles framework. Feel free to steal it!

Notifications You must be signed in to change notification settings

sanchezcarlosjr/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles created using 🌚 dotly

Screenshot_20240710_084118

Features

  • Good looking prompt
  • Track your dotfiles, scripts, and so on
  • Encrypted vault

Restore your Dotfiles with a script

Using wget

bash <(wget -qO- https://raw.githubusercontent.com/sanchezcarlosjr/dotly/HEAD/restorer)

Using curl

bash <(curl -s https://raw.githubusercontent.com/sanchezcarlosjr/dotly/HEAD/restorer)

It also supports other git repos, but you must know your git repository URL.

Restore your Dotfiles with Docker

Using Debian:
docker run -e TERM -e COLORTERM -w /root -it --rm debian sh -uec '
  apt-get update
  export USER="sanchezcarlosjr"
  apt-get install -y curl build-essential sudo python3 git g++
  su -c bash -c "$(curl -fsSL https://raw.githubusercontent.com/CodelyTV/dotly/HEAD/restorer)"
  su -c zsh'

TODO

https://github.com/fsquillace/junest https://nvchad.com docker

About

Simple, fast, productivity-increaser dotfiles framework. Feel free to steal it!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages