https://github.com/mjaroslav/dotfiles-mate-xmonad
dotfiles for my linux mint MATE/xmonad configuration.
https://github.com/mjaroslav/dotfiles-mate-xmonad
dotfiles dotfiles-linux nvim-configs xmobar xmonad xmonad-configuration zshrc
Last synced: about 2 months ago
JSON representation
dotfiles for my linux mint MATE/xmonad configuration.
- Host: GitHub
- URL: https://github.com/mjaroslav/dotfiles-mate-xmonad
- Owner: MJaroslav
- License: wtfpl
- Created: 2022-09-06T10:03:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T04:08:49.000Z (about 1 year ago)
- Last Synced: 2025-01-14T05:47:18.140Z (3 months ago)
- Topics: dotfiles, dotfiles-linux, nvim-configs, xmobar, xmonad, xmonad-configuration, zshrc
- Language: Shell
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles-mate-xmonad
dotfiles for my linux mint MATE/xmonad configuration.
**Warning: This dotfiles can contain files that specific only for my system.**
## Requirements
- xmonad required screensaver from MATE DE
- some of configurations required UbuntuMono NERD font version## Installation
Just clone this repo to home with .dotfiles directory name and run `INSTALL.sh` for all required apps.
For alias, add this to end of `~/.bash_alias`:
```bash
if [[ -f "${HOME}/.dotfiles/.bash_aliases_extended" ]]; then
source ${HOME}/.dotfiles/.bash_aliases_extended
fi
```