Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 409 Bytes

File metadata and controls

31 lines (20 loc) · 409 Bytes

.dotfiles

As root

pacman -Syu
pacman -S base-devel curl git less make neovim stow sudo tmux vi vim zsh

chsh -s /bin/zsh

useradd -m -G wheel -s /bin/zsh <username>
passwd <username>

chmod +w /etc/sudoers
vim /etc/sudoers
chmod -w /etc/sudoers

reboot

As $USER

git clone https://github.com/eliseuvideira/.dotfiles-server.git .dotfiles

cd .dotfiles

make install

sudo reboot