Skip to content

jelizaga/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Configs, scripts, & dotfiles used to customize my Linux machines.

Contents

🏠 File Structure

start

start initializes the installation and configuration of my setup.

/dots

/dots contains my configuration files ('dots') for various applications. I use these to keep customizations and settings consistent across machines.

  • bash_aliases - Used by Bash to alias commands. Ex: Use v as a shorter alias for vim.
  • bashrc - Configures Bash on-launch, setting variables and behavior whenever the Bash terminal is opened.
  • code.conf - [Visual Studio Code](Visual Studio Code) config file.
  • espanso-base.yml - Custom shortcuts for Espanso.
  • git.conf - Git config file.
  • kitty.conf - kitty config file.
  • mpd.conf - mpd config file.
  • ncmpcpp.conf - ncmpcpp config file.
  • package.json - instally's packages to install.
  • quotes - Raw %-separated quotes file to be used by fortune.
  • quotes.dat - Database of quotes from quotes used by fortune.
  • taskrc - Taskwarrior config file.
  • vimrc - Vim config file.

/scripts

/scripts contains scripts written for machine set-up and maintenance.

  • cron - Schedules the recurrent execution of various scripts (using crontab).
  • doconvert - Recursively converts all documents in a given directory from a given format to another format (using pandoc).
  • links - Interactive sym-linking tool. Creates symbolic links from expected config file paths to their corresponding files in /dots.

About

Configs & dotfiles used to customize my Linux machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors