Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.3 KB

File metadata and controls

45 lines (35 loc) · 1.3 KB

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

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