-
Notifications
You must be signed in to change notification settings - Fork 0
AdrianDiazCode/linux-config
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published