My dotfiles repository. Configuration files for nvim, i3, sway, screen, helix, mutt, mpd, dusnt, rofi, zsh and much more.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
langurmonkey d7cadffeb2
feat: add feedlist.
3 weeks ago
X none: revert setxkbmap/xset to i3 config. 2 months ago
alacritty fix: cursor foreground color in alacritty. 6 months ago
amfora feat: adapt some colors 2 years ago
assets feat: remove wallpapers 3 years ago
bin feat: use i3lock-color instead of i3lock-fancy. 1 month ago
dns Add dns 3 years ago
docs docs: clean up and update docs. 11 months ago
dunst feat: change default font from JetBrainsMono to Hack. 12 months ago
env feat: nvim-comment fix version. 1 month ago
fish feat: remove spacefish (or whatever), use starship. Add .env_bash 1 year ago
fonts/ttf none: restore scientifica font. 12 months ago
git feat: fetch prune by default. 3 months ago
helix none: helix commented soft wrap. 2 months ago
hyprland none: more hyprland. 1 month ago
i3 fix: steam to ws5. 4 weeks ago
i3blocks feat: fix keyboard layout 1 year ago
kitty feat: kitty transparency tuned up. 1 month ago
lf fix: change behaviour of open-with in lf. 4 months ago
mailcap feat: default to nsxiv for images. 4 months ago
mpd feat: versions. 4 months ago
mpv feat: fix thunderbird to ws3, add dbz kai bookmark, mpv to use all subtitles in folder. 9 months ago
mutt feat: further adjustments to bar 2 years ago
ncmpcpp fix: ncmpcpp config update 2 years ago
newsboat feat: add feedlist. 3 weeks ago
nnn Merge branch 'master' of gitlab.com:langurmonkey/dotfiles 3 years ago
nvim fix: keymap to move lines up and down in neovim. 1 month ago
picom fix: use picom-git without experimental backends option. 4 months ago
polybar feat: change default font from JetBrainsMono to Hack. 12 months ago
pywal/themes add pywal themes, a couple of wallpapers and some config options 3 years ago
qtile feat: change default font from JetBrainsMono to Hack. 12 months ago
qutebrowser fix: footybite quickmark. 1 month ago
ranger feat: background setting in lf, use mailcap to open, more. 11 months ago
rofi feat: use kitty as default terminal emulator. 4 months ago
screen none: useless fix. 11 months ago
starship none: increase command_timeout to 4000 milliseconds. 3 months ago
startpage fix: footybite link. 1 month ago
sway fix: steam to ws5. 4 weeks ago
tmux feat: tmux style. 11 months ago
urxvt feat: lots of new stuff 5 years ago
vim fix: tabwidth to 2 in old vim config, mount point in dir2html. 8 months ago
vis fix: sway config 1 year ago
waybar feat: use kitty as default terminal emulator. 4 months ago
words feat: wee things. 4 months ago
xob feat: add xob bars for volume and brightness 1 year ago
zim fix: restore Home/End/Del keys in zsh. 4 months ago
zsh fix: restore Home/End/Del keys in zsh. 4 months ago
.gitignore feat: use i3lock-color instead of i3lock-fancy. 1 month ago
LICENSE Add LICENSE 5 years ago
README.md docs: clean up and update docs. 11 months ago
bootstrap-arch.sh feat: migrate from packer.nvim to lazy.nvim. 4 months ago
bootstrap-deb.sh fix: bootstrap-ubuntu -> bootstrap-deb 1 year ago
bootstrap.sh fix: bootstrap-ubuntu -> bootstrap-deb 1 year ago
deploy feat: change naming of shell environment scripts, add zim for zsh. 4 months ago

README.md

Dotfiles

This is my Linux configuration. It contains utilities to bootstrap and deploy my environment and dotfiles for i3wm, polybar, vim, ranger, and some other programs.

Bootstrap

The following line checks out the repository into ~/.dotfiles and installs the essential tools:

bash <(curl -s https://codeberg.org/langurmonkey/dotfiles/raw/master/bootstrap.sh)

Create environment

Deploy the environment anytime using the deploy script:

~/.dotfiles/deploy

More info