Giter VIP home page Giter VIP logo

dotfiles's Introduction

dotfiles

Actions Status

Personal dotfiles on Fedora Linux 37 with ZSH & ZPM.

Features

Applications

  • Google Chrome Stable
  • Slack
  • Discord
  • Simplenote
  • DBeaver
  • Steam (WIP)

Development Tools

  • Visual Studio Code
  • Android Studio
  • Docker
  • KVM / QEMU
  • NET Core 6
  • Python 3
  • Vala
  • Meson
  • RPM Packaging
  • Nix (WIP)

Installation

Setup Requirements

Requirements for installation setup on Fedora

  • Fedora Workstation ISO
  • Git
  • Ansible

Setup

Install Fedora Workstation

Install ansible & git

sudo dnf install ansible git unzip -y

Download from Source

wget https://github.com/amz-x/dotfiles/archive/master.zip

Extract it

unzip master.zip -d dotfiles

Installing

In root directory of project

ansible-playbook -K ./playbook.yml --connection=local --inventory 127.0.0.1, --limit 127.0.0.1

Development Setup

Prerequisites

  • python3
  • python3-devel
  • python3-pip
  • python3-virtualenv

Setup (with via Bash shell)

virtualenv .virtenv && source .virtenv/bin/activate && pip3 install -r requirements.txt

Testing

cd ./setup
molecule test

dotfiles's People

Contributors

amz-x avatar dependabot[bot] avatar

Watchers

 avatar  avatar

dotfiles's Issues

Fix Idempotence Tests

ERROR: Idempotence test failed because of the following tasks:

  • [instance] => repositories : Update All
  • [instance] => user : Visual Studio Code - Extensions
  • [instance] => user : Visual Studio Code - Extensions
  • [instance] => user : Visual Studio Code - Extensions
  • [instance] => user : Visual Studio Code - Extensions
  • [instance] => user : Visual Studio Code - Extensions
  • [instance] => user : Visual Studio Code - Extensions
  • [instance] => user : Visual Studio Code - Extensions
  • [instance] => user : Visual Studio Code - Extensions
  • [instance] => user : Visual Studio Code - Extensions
  • [instance] => user : Visual Studio Code - Extensions
  • [instance] => pantheon : Configure - Elementary GTK Theme
  • [instance] => pantheon : Configure - Elementary Icon Theme

Docker Role

Create docker group, and add user to that group

$ sudo groupadd docker
$ sudo usermod -aG docker $USER

Development: Java

Need to separate Java modules from original development role / conditional installation.

Watcher Increase

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Development: PHP

Need to separate PHP modules from original development role / conditional installation.

DNF Config Improvements

/etc/dnf/dnf.conf

[main]
gpgcheck=1
installonly_limit=3
country=za
clean_requirements_on_remove=true
fastestmirror=true
deltarpm=true

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.