These Dotfiles are used to transform a vanilla system, into one that is loaded with all the tools a developer needs and never look like a normie ever again.
Please check the install-all
script and adjust accordingly to what you need and packagelist/
for software that will be installed.
git clone --recursive https://github.com/PlatyPew/dotfiles.git ~/dotfiles && \
cd ~/dotfiles && ./install-all
Fix for undercurl not working in Tmux in Neovim.
# Run this command in a Tmux session. Make sure your TERM is set to screen-256color
tic -x <(infocmp | sed "s/\(smul=.*4m,\)/\1 Smulx=\\\E[4\\\:%p1%dm,/")
- autojump
- bat
- exa
- fzf
- gawk
- git
- neovim
- ripgrep
- stow
- tmux
- zsh
The font used is a paid font Comic Code by 大曲都市.
The terminal background image is 灯柱 by コーラ.
This project is released under the MIT License