Skip to content

adrianrego/dotfiles_old

 
 

Repository files navigation

dotfiles

GNU Stow managed dotfiles.

Getting Started

  1. Clone repo into your $HOME dir
  2. Update personal settings in git/*
  3. Update brew packages for macOS
git clone git@github.com:adrianrego/dotfiles.git

macOS

  1. Setup Homebrew
  2. Update and install bundle
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew bundle

# Node / JS 
npm install --global eslint prettier pure-prompt serverless typescript fixjson xo eslint-config-xo eslint-config-xo-react

Fedora

  1. Exec fedora.sh
  2. Additional settings
sudo ./fedora.sh

# hostname
sudo hostnamectl set-hostname new-name

# change shell to zsh
chsh -s $(which zsh)

# groups
sudo usermod -a -G libvirt $(whoami)
sudo usermod -aG docker $(whoami)

# ssh
sudo systemctl enable sshd
sudo systemctl start sshd

# start libvirt
sudo systemctl start libvirtd
sudo systemctl enable libvirtd

# Reboot to revert to cgroups v1
sudo systemctl start docker
sudo systemctl enable docker


General
-------

cd ~/dotfiles

Config

stow zsh stow git stow vim stow config

Python

pip install --user -r requirements.txt

Shell colors (Gogh)

bash -c "$(wget -qO- https://git.io/vQgMr)"

About

A set of vim, bash, git, and tmux configuration files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.2%
  • Vim Script 28.1%
  • Ruby 1.7%