Rojberr Dotfiles ~/.* | Gh-pages 📚
~/.* 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?
- all my
brew
dependencies including: applications, fonts, etc. SeeBrewfile
- all my
scripts
that I use daily. Seescripts/
- all my
shell
settings. I'm using bash as default. Seeshell/
- all my
configuration
files. Seeconfig/
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 🙂
- shortcuts generalize
- what is not possible to automate should be noted in repo
- autocomplete verbessern
- create symlinks in loop
- more content to gh pages
- Star 🌟 this repository.
- Contact me if you have any questions or suggestions. 📣