Skip to content

AdrianDiazCode/linux-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# clone the linux-config repo in the home directory

git clone [email protected]:AdrianDiazCode/linux-config.git ~/linux-config

# Add this to the .tmux.conf located in your home dir:
source-file ~/linux-config/tmux.conf

# Source boot commands from your .bashrc or .zsh, etc
source ~/linux-config/.bash-init.sh

# Install Dependencies
bash ~/linux-config/install-deps.sh

# install the fonts inside the font folder (procedure depends on your OS)

# Install docker desktop and activate the docker daemon service

## For Linux:

# Start and enable Docker service
sudo systemctl start docker
sudo systemctl enable docker

## For macOS:

# Install Docker Desktop from Homebrew Cask (if not already installed)
brew install --cask docker

# Note: On macOS, Docker Desktop must be running for Docker commands to work

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages