Go to file
smplcd 4a6c01a26c Fix the goddamn prompt wrapping issue due to \e 2023-08-01 15:24:42 +00:00
.config Replace bash with zsh 2023-08-01 14:53:22 +00:00
.local/bin Add the XF86 audio keybinds to the system 2023-07-27 23:46:02 +00:00
code/suckless Change suckless fonts to JetBrains Mono 2023-07-30 21:32:38 +00:00
.bashrc Fix the goddamn prompt wrapping issue due to \e 2023-08-01 15:24:42 +00:00
.profile Change suckless fonts to JetBrains Mono 2023-07-30 21:32:38 +00:00
.xbindkeysrc Add the XF86 audio keybinds to the system 2023-07-27 23:46:02 +00:00
.xinitrc Change suckless fonts to JetBrains Mono 2023-07-30 21:32:38 +00:00
.zshrc Fix the goddamn prompt wrapping issue due to \e 2023-08-01 15:24:42 +00:00
README.md Add $HOME/.local/bin to my $PATH 2023-07-27 23:35:12 +00:00

README.md

smplcd's dots

Below are the commands to install the dots in another environment

git clone --bare git@github.com:smplcd/dotfiles.git $HOME/.dot/
alias dot="/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME"
dot config status.showUntrackedFiles no
dot restore --staged .
dot restore .
source "$HOME/.bashrc"