1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-26 09:26:06 +02:00
Sway acid dark
Go to file
eoli3n 5f1883f7fb test warning in readme 2017-12-29 02:58:43 +01:00
docker improve build debug install.sh and fix debian build 2017-12-27 15:47:11 +01:00
library@fbc707db2e readded library submodule 2017-12-19 20:54:44 +01:00
roles added authorized keys role 2017-12-29 02:55:10 +01:00
screenshots change screenshot 2017-12-22 21:46:47 +01:00
vagrant Go to $HOME ! 2017-12-28 03:16:08 +01:00
.gitignore first vagrant test 2017-12-16 22:45:14 +01:00
.gitmodules readded library submodule 2017-12-19 20:54:44 +01:00
.travis.yml no git clone in dockerfile 2017-12-27 13:16:29 +01:00
README.md test warning in readme 2017-12-29 02:58:43 +01:00
TODO by_host and by_os dirs 2017-12-28 19:25:01 +01:00
install.sh improve build debug install.sh and fix debian build 2017-12-27 15:47:11 +01:00
install.yml added authorized keys role 2017-12-29 02:55:10 +01:00

i3-gaps Acid Dark

Master Build Status
Dev Build Status

i3-gaps zsh pureprompt polybar

alt tag

Weechat

alt tag

Chrome Rofi Stylish

alt tag

Connman GTK Theme

alt tag

How to

Ansible allows to duplicate this Desktop Environment over multiple hosts with specific configuration (dualscreen, packages...).

Fork Me! Please look at roles/*/README.md if exists for specific hosts configuration.

To disable that role, please run : ``` cd dotfiles sed -i 's/^\(.*authorized_keys.*\)$/#\1/' install.yml ```

Test VMs|Containers

Please check vagrant/*/README.md and docker/*/README.md

Desktop/Laptop Environment

Supported OS

  • Archlinux

Dependencies

  • ansible >= 2.4
  • packer
sudo pacman -S jshon ansible
curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=packer-git; makepkg PKGBUILD --install --needed --noconfirm

Role list

  • package-common
  • screen
  • ssh-agent
  • terminfo
  • vim
  • zsh
  • package-desktop
  • compton
  • cursor
  • gtk
  • i3-wm
  • neofetch
  • polybar
  • rofi
  • termite
  • weechat
  • packages-laptop [only laptop tag]
  • xbindkeys [only laptop tag]

Installation

[WARNING] Use carefully, backup your home before using ! Ansible will backup any existing conf file before erasing it (.zshrc, .i3/config, etc...)

git clone --recursive https://github.com/eoli3n/dotfiles
cd dotfiles
# To list tasks, dryrun then install
./install.sh <desktop|laptop|[any package tag]>

Manual configurations

Google chrome

Open this link to set lighter scrollbar

chrome://flags/#overlay-scrollbars

To use dark theme, go to graphical configuration and click Use GTK+ Theme

Server Environment

server tag limits to install/configure cli tools.

Supported OS

  • Archlinux
  • Debian
  • Centos
  • FreeBSD : need to sudo ln -s /usr/local/bin/python2 /usr/bin/python

Dependencies

  • ansible >= 2.4

Role list

  • package-common
  • screen
  • terminfo
  • vim
  • zsh

Installation

git clone --recursive https://github.com/eoli3n/dotfiles
cd dotfiles
# To list tasks, dryrun then install
./install.sh <server|[any package tag]>

Previously

IRC

eoli3n @ freenode #archlinux-fr