Skip to content

Sergih28/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

228 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Instructions

Homebrew

Install Homebrew:

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

Install packages from Brewfile:

brew bundle install

Oh My Zsh

Install Oh My Zsh:

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

Mise

Install mise:

curl https://mise.run | sh

Install global tools from config:

mise install

Devbox

Install devbox:

curl -fsSL https://get.jetify.com/devbox | bash

Install global packages from devbox.json:

devbox global update  # alias: dgu

Neovim

Install DAP related things (more info in the dap plugin file).

Updating Dependencies

Homebrew

brew update
brew upgrade
brew bundle dump  # alias: bbd

Mise

mise up

Devbox

devbox global update  # alias: dgu

Other things

You will need to create a .env file in your $HOME/.config folder, with all the secrets following this structure:

GITHUB_TOKEN="Your github token"

About

My personal dotfiles

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors