No description
  • Python 58.8%
  • Shell 41.2%
Find a file
2026-03-01 20:34:16 -06:00
.config opencode config 2026-03-01 20:34:16 -06:00
wsl update dotfiles 2026-02-06 18:00:10 -06:00
zsh update dotfiles 2026-02-06 18:00:10 -06:00
.async.zsh feat(async.zsh): add support for asynchronous processing of commands and capturing their output and execution time 2024-04-04 21:37:30 -04:00
.bash_history add current dotfiles 2024-04-04 01:49:02 -04:00
.bash_logout add current dotfiles 2024-04-04 01:49:02 -04:00
.bash_profile update dotfiles 2024-07-22 16:56:16 -05:00
.bashrc update dotfiles 2024-07-22 16:56:16 -05:00
.dircolors add current dotfiles 2024-04-04 01:49:02 -04:00
.fastfetch-linux.jsonc chore(btop.log): remove unnecessary log entries 2024-05-01 17:25:37 -05:00
.gitconfig update dotfiles 2026-02-06 18:00:10 -06:00
.gitignore update dotfiles 2026-02-06 18:00:10 -06:00
.hidden chore(btop.log): remove unnecessary log entries 2024-05-01 17:25:37 -05:00
.mytheme.omp.json add current dotfiles 2024-04-04 01:49:02 -04:00
.zprofile add current dotfiles 2024-04-04 01:49:02 -04:00
.zsh_plugins.txt feat(.config/starship.toml): add user-defined palette and update format and right_format to customize starship prompt appearance 2024-04-05 22:39:35 -04:00
README.md docs(README.md): add installation instructions for dotfiles 2024-04-04 02:11:22 -04:00

Dotfiles

These are my personal dotfiles, containing configurations for various programs and tools I use.

Installation

Prerequisites

Make sure you have Git and GNU Stow installed on your system.

sudo pacman -S git stow

Clone the Repository

git clone https://github.com/apetl/dotfiles.git ~/dotfiles

Apply dotfiles

cd ~/dotfiles
stow *