Skip to content

These are my dotfiles. There are many others like them, but these ones are mine.

Notifications You must be signed in to change notification settings

aliktb/dotfiles

Repository files navigation

dotfiles

These are my dotfiles. There are many others like them, but these ones are mine. My dotfiles are my best friends. They are my life. I must master them as I must master my life. Without me, my dotfiles are useless. Without my dotfiles, I am useless.

tmux neovim example

Arch Sway desktop example

Quick Setup for MacOS

Clone this repo into your home directory:

git clone https://github.com/aliktb/dotfiles ${HOME}/dotfiles

Run from terminal within macOS:

## Install Xcode Command Line Tools
xcode-select --install

## Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Oh my Zsh:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Once Brew is installed, run the following to install all applications listed in the Brewfile:

brew bundle

Install Tmux plugins:

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Finally, get the dotfiles of this repo into your local machine. From the root of this repo, run:

stow .

About

These are my dotfiles. There are many others like them, but these ones are mine.

Resources

Stars

Watchers

Forks