Download (renames it to make it 'hidden')
git clone [email protected]:chbroecker/dotfiles.git .dotfiles
-
git config --global user.name "name"
-
git config --global user.email email
-
Changing your Hostname
sudo scutil --set HostName name-you-want
-
Figuring out the names on the system
sudo scutil --get ComputerName "newname"sudo scutil --get LocalHostName "newname"sudo scutil --get HostName "newname"
bash ~/.dotfiles/setup/ubuntu/setup-light.bash- adds
source ~/.dotfiles/system/source-preferences.bashto.bashrc - sets up vim and tmux
- installs SauceCodePro Nerd Font Mono which is needed for devicons to work
- adds
- Remapping
CAPS-LOCKtoCTRL- in /etc/default/keyboard or in /etc/default/console-setup
- change
XKBOPTIONS=""toXKBOPTIONS="ctrl:swapcaps" sudo dpkg-reconfigure -phigh console-setup- reboot
- no complete/good setup script is available at the moment
- to get sourcing working add
source ~/.dotfiles.system/source-preferences.bashto.bash_profile
- Show hidden files in Finder on macOS: CMD + shift + .
- Dotfiles Tutorial https://medium.com/@webprolific/getting-started-with-dotfiles-43c3602fd789
- Prompt Tutorial https://www.howtogeek.com/307701/how-to-customize-and-colorize-your-bash-prompt/
- Add Color to ls command http://osxdaily.com/2012/02/21/add-color-to-the-terminal-in-mac-os-x/