Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/overmighty/dotfiles
My Arch Linux dotfiles.
https://github.com/overmighty/dotfiles
bspwm dotfiles dotfiles-linux linux
Last synced: 3 months ago
JSON representation
My Arch Linux dotfiles.
- Host: GitHub
- URL: https://github.com/overmighty/dotfiles
- Owner: overmighty
- Created: 2019-05-18T14:24:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T11:16:13.000Z (over 4 years ago)
- Last Synced: 2024-11-01T12:42:00.681Z (3 months ago)
- Topics: bspwm, dotfiles, dotfiles-linux, linux
- Language: Shell
- Homepage:
- Size: 9.05 MB
- Stars: 27
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dotfiles
My Arch Linux dotfiles.
![neofetch, Dunst, and Rofi](./screenshots/desktop1.png)
## Installation
You can use [GNU Stow](https://www.gnu.org/software/stow/) to install the
dotfiles contained in this repository. Simply `cd` into your clone of this
repository and run the following command:```
$ stow --target="$HOME" --no-folding .
```By default, GNU Stow symlinks directories that don't exist in the target
directory, but with the `--no-folding` flag, GNU Stow will *create* those
directories in your home directory, and only symlink actual files.## Details
#### Graphical environment
- Window manager: [bspwm](https://github.com/baskerville/bspwm)
- Compositor: [picom](https://github.com/yshui/picom)
- Bar: [Polybar](https://github.com/polybar/polybar)
- Notification daemon: [Dunst](https://github.com/dunst-project/dunst)
- Program launcher: [Rofi](https://github.com/davatorium/rofi)
- Screen locker: [i3lock-color](https://github.com/PandorasFox/i3lock-color)#### Fonts
- Sans-serif font: [Noto Sans](https://www.google.com/get/noto/)
- Serif font: [Noto Serif](https://www.google.com/get/noto/)
- Monospace font: [Consolas](https://aur.archlinux.org/packages/consolas-font)
- Icon font for bar: [Font Awesome](https://fontawesome.com/)#### Command-line
- Shell: [Zsh](https://github.com/zsh-users/zsh)
- Terminal emulator: [Alacritty](https://github.com/jwilm/alacritty)#### Development environment
- Primary code editor: [Visual Studio Code](https://github.com/microsoft/vscode)
- Secondary code editor: [Neovim](https://github.com/neovim/neovim)
- Java IDE: [IntelliJ IDEA Community Edition](https://github.com/JetBrains/intellij-community)#### Miscellaneous
- Web browser: [Chromium](https://github.com/chromium/chromium)
- File manager: [ranger](https://github.com/ranger/ranger)
- Document viewer: [zathura](https://github.com/pwmt/zathura)
- Video player: [mpv](https://github.com/mpv-player/mpv)
- Screenshot tool: [Flameshot](https://github.com/lupoDharkael/flameshot)#### Theme
- GTK theme: [Materia](https://github.com/nana-4/materia-theme)
- Cursor theme: [Capitaine cursors](https://github.com/keeferrourke/capitaine-cursors)
- [Wallpaper](https://unsplash.com/photos/ybw-0_Hfk1I)![Visual Studio Code, Firefox Developer Edition, and Zsh prompt](./screenshots/desktop2.png)