Commit Graph

68 Commits

Author SHA1 Message Date
bbf5b267fa Vim: use spaces instead of tabs for LaTeX 2018-03-21 06:29:06 -04:00
fc64617644 "True" bg Okular fxn, Git/laptop changes
laptop:
- connect lab monitor alias
- mute key
- wi-fi symbol/name (i3blocks)

Git:
- checkout file
- continue cherry-pick
- checkout new branch
2018-03-19 13:53:25 -04:00
9d2695b71b 209-l9 aliases, minor PC changes
Mainly committed so laptop can have l9 aliases.
2018-03-16 08:14:38 -04:00
d8ade3780a Fixes #54, setup xkb on laptop
Functions:
- tar/unzip that remove original file after extraction
- remove directory
- sudo nvim

Vim leader mappings:
- delete entire buffer into system clipboard
- find merge conflicts
2018-03-14 07:12:31 -04:00
0bba4a0eb3 Swap keys using xkb instead of xmodmap
Removed old swap key lines from config and added dir/script to symlink
xkb file to lc dir. Fixes issue of having to release keys when starting
terminal with xmodmap.
2018-03-14 06:48:07 -04:00
44868f49cf Fxn's: Okular (bg), cherry-pick commit (Git) 2018-03-12 12:05:47 -04:00
8c642ee5d4 Aliases for ideas folders
Also delete into system clipboard mapping (Vim).
2018-03-10 23:45:48 -05:00
6527184490 Single function to add/commit/push gists (gpsgst)
other aliases/functions:
- untar: extract .tar files
- ideb: install .deb files
- dum: display directory sizes in terminal
2018-03-09 04:12:01 -05:00
c87546e75c Copied i3blocks scripts from orig dir
Some were modified from original but can't be bothered to check which.
'backlight' is custom. Changed both PC/laptop i3blocks config to
reference new i3blocks-scripts location.

system: Fixed keyboard repeat rate for PC/laptop.
Git: Added amending commit and forcing push aliases.
i3: Changed '$mod+F[1-3]' mappings to just 'F[1-3]'.
2018-03-08 06:48:01 -05:00
a4d1cd0776 Remove Enter mapping for Vim & other Vim settings
- increase timeoutlen
- fix F10 paste for Neovim
- escape url mapping (for LaTeX)

Also added pdftojpg function.
2018-03-07 07:42:23 -05:00
0926557d95 Added comments for Vim mappings 2018-03-07 02:17:40 -05:00
c1597d0527 Setup ranger on laptop and update screenshot
Also added Spotify i3block to laptop.
2018-03-07 01:23:21 -05:00
85bf4323b6 Resolves #14, fixes #48
ranger:
  - preview images
  - set background (using wal)
  - bulk rename
  - reload config from within

Also update Terminator config one last time before removing.
2018-03-06 22:15:43 -05:00
a6fd6634b1 Setup urxvt, pywal, Zsh and Neovim on laptop 2018-03-06 04:46:23 -05:00
8279772ca8 Close #28 and added files to setup Neovim from Vim
Namely nvim and set-nvim.
2018-03-06 03:13:15 -05:00
4dce53aafc Switched to Zsh and consolidated all aliases
Resolves #21 and closes #30. Combined all alias files, converted them into
proper Zsh formatting and reorganized them into better sections.  Installed Oh
My Zsh and then sourced the combined aliases file (zsh_aliases) from .zshrc.
Also made URL's clickable in urxvt and briefly commented purpose of all Vim
plug-ins.
2018-03-06 02:01:43 -05:00
6031d8bf25 Switch to urxvt (close #45), setup pywal (fix #35)
Updated README to include desktop screenshot and urxvt/pywal sources.
2018-03-05 22:45:32 -05:00
7ca9c5f27d Wrote README and various tweaks for laptop
- horizontal scrolling for touchpad
- disable touchscreen
- set/get backlight
- i3-gaps and updated Terminator config
2018-03-05 15:48:46 -05:00
f922e56b50 Closes #39 2018-03-05 06:57:00 -05:00
cc36cae85b Adding folding to alias files
Also added Neofetch config for laptop.
2018-02-23 08:48:49 -05:00
8fffcacdf6 Aliases: find/grep (recursive), Python, Markdown
- Vim: refresh file, format 2 lines
- i3: ksnapshot
2018-02-23 00:38:52 -05:00
611f7b5cb1 i3: Monitor-specific workspaces, app shortcuts
- Vim: replace in command history
2018-02-20 07:40:58 -05:00
5c5e010c53 Organized dotfiles/configs into folders
Split set-from-git into 3 different files for each section and created a
script for common directory variables. Created separate folders for
PC/laptop configs.
2018-02-15 23:21:41 -05:00
4d1a456f84 Deleted unnecessary dotfiles folder
Moved all files into root folder of repository and fixed set-from-git to reflect
that. I was able to get set-from-git to work without listing all the dotfiles,
but it didn't work as planned due to swp files, git folder and others; it's just
easier and cleaner to list out the files.
2018-02-01 16:47:54 -05:00
361da66979 Organized alias files and update set-from-git
Split .bash_aliases into other files for git, laptop, PC and school.
2018-02-01 15:04:48 -05:00
dc606713d5 Snippet/simple CDF aliases
CDF alias stopped working so reverted to simplified one.
2018-01-31 00:16:00 -05:00
3c7c7c37df Auto-load .bashrc upon SSH'ing into CDF
Fix "c." function.
2018-01-30 22:12:58 -05:00
fe274eebd7 Changed "c" function to "d" to work on launch
- The alias c was apparently mapped to clear already and hence not working
on launch.
- Modified YCM/UltiSnips to work with Tab as trigger.
- Added .gitconfig to dotfiles and updated script.
2018-01-30 00:35:55 -05:00
07f475b44a Compile assignment functions, CDF SSH alias
Vim enter for new lines.
2018-01-29 18:07:25 -05:00
4a987c36dc Added LaTeX setup/auto-completion to vim
Also removed FuzzyFinder.
2018-01-26 01:47:53 -05:00
6265fa0c47 Function to compile split_array for l3
Also shortened gcc9 to gc9 for brevity.
2018-01-25 22:14:41 -05:00
6f6662a320 Set vim line width, LaTex preview
Merge from laptop.
2018-01-25 18:02:02 -05:00
2d74f915e7 Vi mode/new theme for bash
- New theme to try and fix cursor issue.
- Merge with lab lc.
2018-01-25 13:57:54 -05:00
810871dc5b Additional gcc9 functions for different files
For files that require cmd-line arguments.
2018-01-25 13:51:12 -05:00
af9e48be72 Update set-from-git for Terminator
- Set default terminal editor to vim (.bashrc)
- Auto-install plugged (.vimrc)
2018-01-24 13:07:09 -05:00
f8cb335b4f Combined home and lab school aliases 2018-01-20 02:56:54 -05:00
9c8ad8a029 Compile function for 209 2018-01-20 01:39:15 -05:00
9a2877b083 Rotate function for home
- Speedtest/ping aliases
- Make executable function
2018-01-14 23:12:52 -05:00
b1f165c7c2 Clean-up and better git aliases
- Deleted old files from last semester and removed aliases for them.
- Added useful flags onto common git command aliases.
- Removed Markdown function, as it wasn't working for whatever reason.
- Installed vim-auto-save and implemented shortcut.
2018-01-12 12:27:39 -05:00
4ed00dcb43 Added aliases for home PC
- global Okular function
- show nested files in gs
2018-01-06 11:39:40 -05:00
3ae7365c56 Fixed aliases to run and cleaned profile 2017-12-27 04:02:57 -05:00
ee77d6051e More lab aliases
- zip/Markdown functions
- opening cur dir in file explorer
- 207 Phase 2/258 final project aliases
2017-12-04 02:48:10 -05:00
afa839f094 Browser, md, gob commands. 2017-11-21 23:51:45 -05:00
5fb14fb12e Added function for going back directories. 2017-11-19 06:41:48 -05:00
8b6db413da More git commands. 2017-11-18 01:40:55 -05:00
8dbba57a50 Didn't finish merge conflicts. 2017-11-14 22:22:15 -05:00
e6e6ce9e12 Merge from lab. 2017-11-14 22:19:59 -05:00
6d015f59ba Some more lab aliases. 2017-11-14 22:18:02 -05:00
0feebeeb84 Added c function and modified all cd commands to match. 2017-11-13 03:34:58 -05:00
17ab730458 Added a few git commands and changed some Terminator keybindings. 2017-11-12 22:50:49 -05:00