Skip to content

licensed/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sistematico dotfiles

screenshot

Requisitos

  • Sistema Operacional: Arch Linux link
  • Gerenciador de Janelas: i3-gaps link
  • Barra: polybar link
  • Shell: bash link
  • Terminal: termite link
  • Editor: vim link
  • Web Browser: chromium link
  • Dotfiles: stow link

Instalação Manual(user)

  1. Instale o stow
  2. cd ~
  3. git clone https://github.com/sistematico/dotfiles .dotfiles
  4. cd .dotfiles
  5. stow i3
  6. stow polybar
  7. sudo stow -t /etc etc
  8. sudo stow -t /usr usr
  9. sudo stow -t /boot boot
  10. sudo stow -t / ngrok

Bônus!

  1. sudo stow -t / agave

Instalação Automática

bash <(curl -s https://raw.githubusercontent.com/sistematico/dotfiles/master/install.sh)