dots/README.md

24 lines
1.1 KiB
Markdown
Raw Normal View History

2021-03-19 16:26:13 -04:00
# dots
My dotfiles.
2021-03-19 16:31:59 -04:00
## Installation
Copy all the folders in here (including hidden ones like .config) to your home directory.
You don't need .git, and you probably don't need my scripts in .local/bin (like mon-on or notification-sound.sh).
2021-04-28 20:53:31 -04:00
After, install the programs that I have dots for (you can remove the ones you don't use):
`pacman -S - < programs`
Then install the AUR programs in programs-aur using your preferred method.
2021-03-19 16:31:59 -04:00
2021-04-04 12:39:19 -04:00
You should install [my dwm](https://github.com/dogeystamp/dwm), [dmenu](https://github.com/dogeystamp/dmenu), [slock](https://github.com/dogeystamp/slock) and [st](https://github.com/dogeystamp/st) builds as well as this for a complete desktop environment.
2021-03-19 16:37:09 -04:00
2021-03-19 16:40:05 -04:00
### Note
The xinitrc provides changes I like, such as swapping escape and caps lock, which you should remove if you don't need.
2021-04-28 20:53:31 -04:00
Also, the aesthetic is very minimal, so consider adding a wallpaper. Picom is already configured for blur/fading, but you should disable it if you wish to keep the black wallpaper.
2021-03-19 16:40:05 -04:00
2021-03-19 16:37:09 -04:00
**Desktop Preview**
![preview](https://raw.githubusercontent.com/DogeyStamp/dots/main/preview.png)