All Projects → phelipetls → dotfiles

phelipetls / dotfiles

Licence: other
My configuration files for Linux and macOS

Programming Languages

Vim Script
2826 projects
shell
77523 projects
Makefile
30231 projects
lua
6591 projects
emacs lisp
2029 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dotfiles

vagrant-templates
Vagrantfiles for self-contained development/test environments.
Stars: ✭ 28 (+40%)
Mutual labels:  vagrant, fedora
Packer Templates
Stars: ✭ 90 (+350%)
Mutual labels:  vagrant, fedora
Robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
Stars: ✭ 303 (+1415%)
Mutual labels:  vagrant, fedora
Vagrant Box Templates
Stars: ✭ 100 (+400%)
Mutual labels:  vagrant, fedora
junos-orchestration-with-vagrant
How to orchestrate and provision Junos virtual machines with Vagrant
Stars: ✭ 14 (-30%)
Mutual labels:  vagrant
Dotfiles
My Dotfiles
Stars: ✭ 59 (+195%)
Mutual labels:  mutt
smartserver
SmartHome Server deployment setup
Stars: ✭ 14 (-30%)
Mutual labels:  vagrant
mongodb-container
MongoDB container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 50 (+150%)
Mutual labels:  fedora
voidwm
voidwm • sanely patched dwm
Stars: ✭ 32 (+60%)
Mutual labels:  suckless
web-dev-blog
Мой блог на русском
Stars: ✭ 99 (+395%)
Mutual labels:  vagrant
docker-case
这个项目主要是为了快速拉起docker服务
Stars: ✭ 31 (+55%)
Mutual labels:  vagrant
fedora-workstation
An opinionated playbook for setting up a Fedora Workstation.
Stars: ✭ 35 (+75%)
Mutual labels:  fedora
patches
Collection of patches for dwm, st and dmenu
Stars: ✭ 202 (+910%)
Mutual labels:  suckless
builderator
Tools to make CI Packer builds awesome
Stars: ✭ 21 (+5%)
Mutual labels:  vagrant
craftbox
Simple Ubuntu Vagrant box targeted for Craft developers -
Stars: ✭ 28 (+40%)
Mutual labels:  vagrant
k8s0
Another minimal kubernetes with ansible
Stars: ✭ 23 (+15%)
Mutual labels:  vagrant
TYPOTry
A small Vagrant box to try out the most recent TYPO3 release
Stars: ✭ 21 (+5%)
Mutual labels:  vagrant
100 Days Of Go
100 days of Go learning
Stars: ✭ 24 (+20%)
Mutual labels:  vagrant
ypereirareis.github.io
DevOps, Symfony and VueJs developer. Articles and experiences on docker, grafana, prometheus, RabbitMQ, PHP, MySQL, Admin, Nginx, Haproxy, SSH,...
Stars: ✭ 15 (-25%)
Mutual labels:  vagrant
notion-repackaged
notion executables with the notion-enhancer embedded & a vanilla port of the official app to linux
Stars: ✭ 733 (+3565%)
Mutual labels:  fedora

My configuration files for Linux and macOS.

Install git

Ubuntu

sudo apt install -y git

Fedora

sudo dnf install -y git

macOS

Install git with XCode Command Line Tools:

xcode-select --install

Clone the repository

git clone [email protected]:phelipetls/dotfiles.git
cd dotfiles

Install Ansible

./install

Run playbook

# Bootstrap development environntment in Linux, WSL and macOS
ansible-playbook bootstrap-dev.yml

# Linux desktop
ansible-playbook bootstrap-desktop.yml
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].