|
3 months ago | |
---|---|---|
i3 | 11 months ago | |
polybar | 11 months ago | |
powerlevel9k @ f6c24d2053 | 3 months ago | |
tmux | 2 years ago | |
vimrc.d | 3 months ago | |
weechat | 3 months ago | |
zsh-completions | 11 months ago | |
zsh.d | 3 months ago | |
.codeclimate.yml | 3 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 3 years ago | |
LICENSE | 5 years ago | |
README.md | 3 years ago | |
Xmodmap | 4 years ago | |
Xresources | 11 months ago | |
eslintrc.js | 11 months ago | |
gitconfig | 3 months ago | |
gtkrc-3.0 | 5 years ago | |
kitty.conf | 1 year ago | |
libinput-gestures.conf | 3 years ago | |
prettierrc.js | 1 year ago | |
screenlock.service | 4 years ago | |
setup.sh | 1 year ago | |
sshconfig | 3 months ago | |
userChrome.css | 1 year ago | |
xbindkeysrc | 4 years ago | |
xinitrc | 2 years ago | |
zshrc | 3 months ago |
The commit messages are usless because they are all generated with git yolo
My custom zsh, Vim, weechat and tmux setup.
The tmux and weechat are standard just with custom stylings and plugins enabled.
The Vim config is compatible with Vim and NeoVim.
It uses Plug for Plugin managment. The
Plugins installed are set in the .dotfiles/vimrc.d/vim.plug
file.
The Config is loaded sourced for .dotfiles/vimrc.d
. All .vim
files in this
folder are auto loaded.
These are a collection of custom zsh settings and fuctions. The theme Powerlevel9k is used as a base with custom layout. If powerlevel9k fails to install zsh falls back to a simpler theme.
All .zsh
files in .dotfiles/zsh
are autoloaded
The Setup script will prompt you for git name and email to setup the global git config.
curl https://raw.githubusercontent.com/butlerx/dotfiles/master/setup.sh | bash