Skip to content

b93rn/dotfiles

Repository files navigation

Dotfiles b93rn

These are my dotfiles that i use for private and professional projects.

git clone --recursive https://github.com/b93rn/dotfiles.git

VSCode

Link settings.json to the vs code settings:

ln ~/.dotfiles/vscode/settings.json ~/.config/Code/User

Install extensions:

cat extensions.txt | xargs -L1 code --install-extension

ZSH

Replace all content within your current .zshrc file with the following:

export ZSH=$HOME/.oh-my-zsh
source $HOME/.dotfiles/zsh/zshrc_manager.sh
source $ZSH/oh-my-zsh.sh

Tmux

Tmux config file can be sourced like this:

printf "source-file $HOME/.dotfiles/tmux/tmux.conf" > ~/.tmux.conf

NVIM

stow nvim

Terminator

Dracula theme

printf "source $HOME/.dotfiles/terminator/config" > $HOME/.config/terminator/config

i3

ln ~/.dotfiles/i3/config ~/.config/i3/

rofi

mkdir ~/.config/rofi
ln ~/.dotfiles/i3/config.rasi ~/.config/rofi/

Mac OS

Brew casks

xargs brew install < ~/.dotfiles/mac/brew-casks.txt

Brew formulae

xargs brew install < ~/.dotfiles/mac/brew-formulae.txt

Aerospace

stow aerospace

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published