Giter Site home page Giter Site logo

felipecabelloe / ansible-fedora-setup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jorgeluiscarrillo/ansible-fedora-setup

0.0 0.0 0.0 92 KB

Ansible playbook to setup and configure my Fedora Workstation

License: MIT License

Shell 100.00%

ansible-fedora-setup's Introduction

ansible-fedora-setup

Installs and configures most of the software I use on Fedora Workstation following a minimal install.

Usage

Pre-installation

  1. Install git: dnf install git
  2. Install Ansible: dnf install ansible
    • (Optional) I prefer to install Ansible with pip inside a virtualenv:
      dnf install python-virtualenv
      virtualenv ansible-env
      source ansible-env/bin/activate
      pip install ansible selinux
  3. Clone this repository: git clone https://github.com/FelipeCabelloE/ansible-fedora-setup

Running the Playbook

Change into the playbook directory and run ansible-playbook:

cd ansible-fedora-setup/
ansible-playbook -K playbook.yml

##TODO I have to update to my actual setup in preparation for fedora 38

Some of the changes that i have to take in consideration is the usage of pycharm, speedup of firefox using env variable, and the integration of starship with (maybe?) fish

see installation instructions for more ideas on necesary changes.

Maybe I could setup juppyter

ansible-fedora-setup's People

Contributors

felipecabelloe avatar jorgeluiscarrillo avatar

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.