Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadyalex/dotfiles
Make your desktop great again!
https://github.com/vadyalex/dotfiles
boot clojure debian dotfiles flatpak i3 i3status leiningen make oh-my-zsh zsh
Last synced: 27 days ago
JSON representation
Make your desktop great again!
- Host: GitHub
- URL: https://github.com/vadyalex/dotfiles
- Owner: vadyalex
- Created: 2017-05-22T22:56:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T14:23:21.000Z (about 1 month ago)
- Last Synced: 2024-11-19T15:31:24.039Z (about 1 month ago)
- Topics: boot, clojure, debian, dotfiles, flatpak, i3, i3status, leiningen, make, oh-my-zsh, zsh
- Language: Python
- Homepage:
- Size: 11.7 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
![Complete i3 desktop setup](screenshot.png?raw=true)
## Installation process
Install using curl
```shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/vadyalex/dotfiles/master/bootstrap.sh)"
```or using wget
```shell
sh -c "$(wget https://raw.githubusercontent.com/vadyalex/dotfiles/master/bootstrap.sh -O -)"
```Change to nearly cloned dotfiles directory and see the list of available commands
```shell
cd ~/.dotfiles/bin; ./attune
```## Theming
Update theme and background of the login screen
```shell
sudo lightdm-gtk-greeter-settings
```Update theme across all graphical interface frameworks via
```shell
lxappearance
``````shell
gtk-chtheme
```and finally make Qt use GTK+ theme in the dropdown menu via
```shell
qtconfig-qt4
```## Structure
### Desktop application shortcuts
Desktop application shortcuts are located under `.applications` directory each of is sym-linked into `.local/share/applications` via `make sync-desktop-applications`