All Projects → palcu → Dotfiles

palcu / Dotfiles

My precious configs

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Dotfiles

Dotfiles
Configs 🤘🤘🤘
Stars: ✭ 39 (-54.12%)
Mutual labels:  zsh, ansible, dotfiles
Dotfiles
My dotfiles
Stars: ✭ 258 (+203.53%)
Mutual labels:  zsh, ansible, dotfiles
Cfgs
My personal configs
Stars: ✭ 14 (-83.53%)
Mutual labels:  zsh, ansible, dotfiles
Dotfiles
@anmoljagetia's Dotfiles! Saves me several seconds!
Stars: ✭ 42 (-50.59%)
Mutual labels:  zsh, dotfiles
Dotfiles
Colourful & robust configuration files and utilities for Mac, Linux and BSD
Stars: ✭ 1,006 (+1083.53%)
Mutual labels:  zsh, dotfiles
Dotfiles
This is my dotfiles.
Stars: ✭ 41 (-51.76%)
Mutual labels:  zsh, dotfiles
Dotfiles
my hidden config files
Stars: ✭ 27 (-68.24%)
Mutual labels:  zsh, dotfiles
Dotfiles
Windows + WSL 2 Ubuntu + Windows Terminal + zsh + p10k + Docker + IntelliJ IDEA
Stars: ✭ 54 (-36.47%)
Mutual labels:  zsh, dotfiles
Dotfiles
dotfiles for my macOS & Linux environments ⌨️
Stars: ✭ 46 (-45.88%)
Mutual labels:  zsh, dotfiles
Dotfiles
My dotfiles, managed with GNU stow
Stars: ✭ 56 (-34.12%)
Mutual labels:  zsh, dotfiles
Dotfiles
🏠
Stars: ✭ 60 (-29.41%)
Mutual labels:  zsh, dotfiles
Dotfiles
My Neovim + Tmux + Zsh dev setup
Stars: ✭ 60 (-29.41%)
Mutual labels:  zsh, dotfiles
Dotfiles
My personal configuration management system
Stars: ✭ 66 (-22.35%)
Mutual labels:  zsh, dotfiles
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+1058.82%)
Mutual labels:  zsh, dotfiles
Dotfiles
🐧 Configuration files
Stars: ✭ 81 (-4.71%)
Mutual labels:  zsh, dotfiles
Dotfiles
📦 My Configs and Dotfiles
Stars: ✭ 31 (-63.53%)
Mutual labels:  zsh, dotfiles
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (-44.71%)
Mutual labels:  zsh, dotfiles
Dotfiles
My dotfiles
Stars: ✭ 81 (-4.71%)
Mutual labels:  zsh, dotfiles
Dotfiles
`~/dotfiles` to setup my dev env on macOS based around `neovim` and `tmux`
Stars: ✭ 20 (-76.47%)
Mutual labels:  zsh, dotfiles
Dotconfig
Development environment setup
Stars: ✭ 27 (-68.24%)
Mutual labels:  zsh, dotfiles

Dotfiles by Alex Palcuie

Hacking like a geek:

  • the playbooks folder contains Ansible that provisions a machine with apps and configs
  • my main machine is a Mac, and I have another Mac at my office, so I keep them in sync
  • there is also a playbook for Ubuntu
  • ZSH shell with oh_my_zsh Prezto and my .zshrc
  • VIM provisioned with Vundle
  • AppleScripts that automate mundane tasks
  • the configs folder is for other apps like Sublime Text or iTerm2

Setup for new Mac machine

  1. Install XCode tools using xcode-select --install
  2. Install Brew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
  1. Install Ansible using Brew brew install ansible
  2. As a convention ~/dotfiles should be this repo
git clone https://github.com/palcu/dotfiles.git ~/dotfiles
  1. Install XQuartz
  2. Run the Ansible playbook for Mac
./launch

Setup for new Ubuntu machine

We need a version of Ansible greater than 2.0.

sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible software-properties-common git
git clone https://github.com/palcu/dotfiles.git ~/dotfiles
cd ~/dotfiles/playbooks
./launch

Sources of inspiration

Thank you for all the people who've published their useful configs.

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].