Skip to content

frankroeder/dotfiles

Repository files navigation

dotfiles

My personal dotfiles for Linux and macOS.

Installation

  • Clone the repository as ~/.dotfiles
  • Consider testing these dotfiles in a Docker container by executing make test or NOSUDO=1 make test.

Options

  • macOS Intel and ARM: make macos
  • Linux with sudo rights: make linux
  • Asahi Linux (Fedora Minimal + DankLinux/Hyprland): make asahi
  • Linux without sudo rights: make NOSUDO=1 minimal

Asahi install

Start from Fedora Minimal and configure the Wi-Fi and install DankLinux.

From the tty, follow the setup and the following commands:

# Connect to WIFI
nmcli device wifi connect "SSID" --ask
curl -fsSL https://install.danklinux.com | sh
sudo reboot

After reboot:

git clone https://github.com/frankroeder/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make asahi

Local configuration files

The following list of files could be created and used to define local configurations:

  • ~/.local.gitconfig
  • ~/.local.zsh
  • ~/.local.tmux
  • ~/.localnvim.lua

References