WIP everyday
zsh
alacritty
tmux
- zsh-tmux-smart-status-bar for tmux status bar
- fzf-tab-completion for tab completion with fzf
i3-wm
- gaps (sometimes)
- i3-automark to automark windows
- alttab to alt tab
polybar
- with custom scripts
picom
(when not gaming)rofi
dmenu
-like switcher onMod+d
- Firefox profile switcher on
Mod+Shift+f
- Power menu on
Mod+Shift+p
- VS Code workspace opener on
Mod+Shift+c
dunst
neovim
orcode
cmus
orspotify
dolphin
- and many other programs (mostly KDE)
- Using bare dotfiles approach documented in: https://wiki.archlinux.org/title/Dotfiles#Tracking_dotfiles_directly_with_Git
- I've modified the approach to be a script and have a custom completer to fix some issues with the completer on the alias
WARNING: This will run my highly opinionated bootstrap script. This is for myself. I suggest not doing this:
curl -fL https://raw.githubusercontent.com/itsjfx/dotfiles/master/lib/bootstrap/run_bootstrap.sh | bash
or (alias to get started)
git init --bare ~/.dotfiles
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
# this
config remote add origin https://github.com/itsjfx/dotfiles.git
# or this
config remote add origin git@github.com:itsjfx/dotfiles.git
config config status.showUntrackedFiles no
config pull origin master
Note for me:
config config user.name x
config config user.email x
This is MIT licensed as a restrictive license seemed inappropriate.
Copyright (c) 2025 Thomas
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.