Skip to content

aliktb/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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