Skip to content

anandgtry/myi3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myi3-setup

Configure my Laptop

How to run it

Install Pre-reqs

$ sudo pacman -S ansible i3        (for Arch Linux)
$ sudo dnf install ansible         (for Fedora, i3 will be installed during ansible run)

(for Ubuntu refer docs/ubuntu-specific.md)

Clone my repo and run ansible

$ git clone https://github.com/justmeandopensource/myi3
$ cd myi3
$ ansible-playbook -i ansible.cfg setup.yaml                 (edit the username in setup.yaml before running)

About

My i3 setup for demo purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 78.4%
  • Perl 21.6%