https://github.com/unawarespecs/dotfiles
Linux (and Mac, also Windows WSL) dotfiles
https://github.com/unawarespecs/dotfiles
bashrc dotfiles dotfiles-linux dotfiles-macos vim zsh
Last synced: 3 months ago
JSON representation
Linux (and Mac, also Windows WSL) dotfiles
- Host: GitHub
- URL: https://github.com/unawarespecs/dotfiles
- Owner: unawarespecs
- Created: 2022-04-25T11:21:31.000Z (about 4 years ago)
- Default Branch: linux
- Last Pushed: 2026-02-21T02:56:46.000Z (4 months ago)
- Last Synced: 2026-02-21T08:45:12.924Z (4 months ago)
- Topics: bashrc, dotfiles, dotfiles-linux, dotfiles-macos, vim, zsh
- Language: Shell
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# personal dotfiles
used on all my linux desktops/laptops (currently used on a WSL2 Arch install)
this dotfiles setup has configs for:
- i3 window manager
- fontconfig
- [kitty](https://sw.kovidgoyal.net/kitty/) & [foot](https://codeberg.org/dnkl/foot) terminal
- [mpd](http://www.musicpd.org/) & [ncmpcpp](https://github.com/ncmpcpp/ncmpcpp)
- [mpDris2](https://github.com/eonpatapon/mpDris2) - media key & notification support for mpd
- [picom](https://github.com/tryone144/picom)
- dunst
- [rofi](https://github.com/davatorium/rofi)
to recreate my setup, you need:
- git, zsh already installed on your system
- fortune (for quotes on shell launch)
- [oh my zsh](https://github.com/ohmyzsh/ohmyzsh)
- [vim-plug](https://github.com/junegunn/vim-plug) for (neo)vim
- [thefuck](https://github.com/nvbn/thefuck)
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
- [fastfetch](https://github.com/fastfetch-cli/fastfetch)
- some fonts:
- Adwaita Mono/Sans (included with GNOME if you have it installed)
to use my setup, you need to:
- clone this repo in the root of your home folder ($HOME/dotfiles).
you can do this by running
```
git clone https://github.com/unawarespecs/dotfiles.git
```
in your home folder, then execute setup.sh inside the dotfiles folder.
be warned: this script will overwrite your dotfiles. the setup.sh script tries to automatically back up your old dotfiles to $HOME/dotfiles_old, so back up your current dotfiles just in case.