my dearest dot files.
I like optimising my setup for speed and ease of use.
My | Choice |
---|---|
OS | Arch Linux |
Editor | Neovim |
Window Manager | dwm (dwmblocks, dmenu) |
Terminal Emulator | alacritty, st |
Shell | bash |
Media Player | mpv, moc |
Window System | X |
Notifications | dunst |
Compositor | picom |
Multimedia | pipewire |
Lockscreen | slock |
before using the dotfiles, you need the following
- how to configure Arch? check out my notes
- my patched versions of dwm, dwmblocks and dwmblocks.
- my local bin
this repo comes with a dots
script, used to backup files and push to the repo
below command will retrive all the files in the list.txt
file
retriving private.txt
requires the gpg key used to encrypt in the first place
git clone https://github.com/AyushmanTripathy/dots --depth 1
sh dots/dots -r
for doing a backup of you dotfiles do
./dots -b
- how to configure Neovim? see here
- problems with keybindings? use the buitin
get-help
command