~/.* Here you will find files I use to configure my Linux/MacOS workstations.
The idea behind this repo is that it can be used on any system thatโs running a Bash shell. Just clone the repo, run and install everything with the script. Use with Linux/MacOS/WSL. Supports both Apple Silicon (M1) and Intel chips.
Take a look at the Documentation page or dotfiles Wiki
Whatโs in here?
brew
dependencies including: applications, fonts, etc.
See Brewfile
scripts
that I use daily. See scripts/
shell
settings. Iโm using bash as default.
See shell/
configuration
files. See config/
for nvim and
other$EDITOR
is neovim.The configuration files are used by symlinks to config location.
The only pre-requisite is to install Git.
git config --global user.name "your name"
git config --global user.email "your@email.com"
git config --global github.user "your-github-username"
Disclaimer: This is my personal solution! You may need to customize it a bit to make it work with your machine. You can use different branches for different computers, you can replicate you configuration easily on new installation.
To install dotfiles
and update your desktop run:
git clone https://github.com/rojberr/dotfiles.git ~/dotfiles && cd ~/dotfiles && set -- -f; source ./install.sh
For more information take a look at the Documentation page or dotfiles Wiki ๐