fernandoacorreia / dotfiles

Machine setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Machine setup.

Supported OSes

  • macOS Ventura on Apple silicon
  • LMDE 6 "Faye" (Linux Mint Debian Edition) - Debian 12 (bookworm)

Installing

To download and install, run this command:

curl https://raw.githubusercontent.com/fernandoacorreia/dotfiles/main/setup -o /tmp/dotfiles-setup
bash /tmp/dotfiles-setup

If you don't have an ssh key, one will be generated. When prompted, add it to your GitHub settings and re-run the same command again:

bash /tmp/dotfiles-setup

Updating

cd ~/dotfiles
git pull
git submodule update --init --recursive
./setup

About

Machine setup

License:MIT License


Languages

Language:Shell 66.8%Language:Vim Script 31.1%Language:Dockerfile 2.0%