├── .DS_Store ├── .tmux.conf ├── .zshrc ├── README.md ├── ghostty ├── init.lua └── linux ├── .Xresources ├── .bashrc ├── .cwmrc ├── .profile ├── .tmux.conf ├── .vimrc ├── .xprofile └── alacritty.yml /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/.DS_Store -------------------------------------------------------------------------------- /.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/.tmux.conf -------------------------------------------------------------------------------- /.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/.zshrc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /ghostty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/ghostty -------------------------------------------------------------------------------- /init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/init.lua -------------------------------------------------------------------------------- /linux/.Xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/linux/.Xresources -------------------------------------------------------------------------------- /linux/.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/linux/.bashrc -------------------------------------------------------------------------------- /linux/.cwmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/linux/.cwmrc -------------------------------------------------------------------------------- /linux/.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/linux/.profile -------------------------------------------------------------------------------- /linux/.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/linux/.tmux.conf -------------------------------------------------------------------------------- /linux/.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/linux/.vimrc -------------------------------------------------------------------------------- /linux/.xprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/linux/.xprofile -------------------------------------------------------------------------------- /linux/alacritty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vovw/dotfiles/HEAD/linux/alacritty.yml --------------------------------------------------------------------------------