dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

nvim, tmux, zsh, fzf, sway, and more!

My ~

Screenshot

Table of contents

  • Getting Started
    • Prerequisites
    • Installation
      • Linux
      • macOS
    • Quick usage instruction
  • Features
    • Version control
    • Wallpapers
  • Acknowledgements

Getting Started

Prerequisites

You can skip this step if you're using Arch Linux, use the install script below to install these packages automatically.

Install the following packages:

Installation

Linux

git clone https://github.com/khuedoan/linux-setup
cd linux-setup
make init dotfiles

macOS

git clone https://github.com/khuedoan/macos-setup
cd linux-setup
make init dotfiles

Quick usage instruction

Some key mapping are changed, you can change this in .xinitrc:

  • Left Alt and Left Super is swapped

Some basic key bindings:

  • super + / for key bindings help
  • super + enter for terminal
  • super + space for app launcher
  • super + shift + q to quit app

Features

Version control

Make change to the config files to suit your needs, then use the git for version control like normal. For example:

cd ~
git add .config/foo
git commit
git push
git pull

Wallpaper

Lost In Mind by Paul Brennus, converted to Nord theme palette using ImageGoNord

Acknowledgements