My personal Linux and macOS configurations and settings
You can clone the repository wherever you want by running:
git clone https://github.com/Div99/dotfiles
Then, all you have to do is source the bootstrap script:
source dotfiles/bootstrap.sh
To update your local repository with any changes I've made, just source the bootstrap script again.
Mouse scrolling is enabled by default.
For Mac:
- Select text with
fn
key pressed to do normal copy withCmd
+ c. (Alternatively select text withfn
+Cmd
pressed if this doesn't work) - For copying a block of text with vertical tmux split, select text with
fn
+alt
pressed to select a rectangular block. - Paste should be working as normal. (Auto-indent is turned off for the pasted text using vim-bracketed-paste)