Skip to content

My basic dotfiles and tools for a quick fresh environment setup.

Notifications You must be signed in to change notification settings

osteensco/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Setup

Install git from your systems package manager

brew install git
dnf install git

Copy the following command and run it inside a bash terminal.

git clone https://github.com/osteensco/.dotfiles.git && cd .dotfiles && bash ./cli/setup.sh

WSL Considerations

- Docker, docker desktop, and nerd fonts need to be downloaded on windows directly if using wsl.

Containers

- Podman is being installed on linux distros instead of docker. Install docker manually if necessary.

TMUX

Ensure tmux plugins get installed -

While tmux is active, press [tmux prefix] (ctrl+e) + I (capital i)


Misc

Ensure user is owner for local cache dir

sudo chown -R $(whoami):$(whoami) ~/.local

About

My basic dotfiles and tools for a quick fresh environment setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published