This will replace whatever configuration you have for your terminal.
Script will:
- Install git
- Install neovim through Snap
- Execute noobs-term
script - Customize noobs-term default installation
Execute the installer from your terminal in order to avoid even having to manually install git!
bash <(curl -s https://raw.githubusercontent.com/marydn/dotfiles/master/installer)- Press
Ctrl+a, thenIto load tmux plugins - In Gnome terminal preferences, set Nord as your default profile
- Set an appropriate font (e.g. Inconsolata for Powerline)
All commits for this repository were made using:
git yolo && git pushgit yolo is an alias for git you can check in the .gifconfig file. It will execute:
!git add -A && git commit -m \"$(curl -s whatthecommit.com/index.txt)\"whatthecommit.com is a web app that generates random commit messages every time you request the index page, so we're getting that random message and using it to create a commit.
