Kevin Mok
611f7b5cb1
i3: Monitor-specific workspaces, app shortcuts
- Vim: replace in command history
7 years ago
Kevin Mok
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.
7 years ago
Kevin Mok
933e2709ef
i3: Setup for laptop (based on PC config)
Changes from PC:
- status bar: larger font, battery
- Unicode workspace icons
- laptop-specific bindings: backlight, wi-fi on/off
- scale Chrome
- background
7 years ago
Kevin Mok
67f97269a2
i3: ws icons, resize windows w/o mode
- Go up/down workspace bindings.
- Removed unwanted blocks from i3blocks.
- Volume key bindings.
7 years ago
Kevin Mok
d4d44555ca
i3: startup progs, i3blocks, redshift bindings
Also updated NZXT-terminator and background for i3.
7 years ago
Kevin Mok
f66ea5efa0
Added i3 config file and updated set-from-git
set-from-git now uses for-loop to add i3/Neofetch config files. Also
added swapped keys to .bashrc for NZXT.
7 years ago
Kevin Mok
5ac1b0d77d
Added Neofetch config
Updated set-from-git. 209-a2 aliases.
7 years ago
Kevin Mok
0d327968c0
Vim: bullets plugin, replace/wrap line mappings
Also changed paste toggle (F10) to instead turn on paste, paste and
then turn off.
7 years ago
Kevin Mok
f1b9026f96
Terminator: Update NZXT-terminator/set-from-git
- Vim: Column marker, reload vimrc mapping, mapping timeout.
7 years ago
Kevin Mok
eb3893cf30
Vim: listed plugins, split mappings
- surround
- EasyMotion
- airline (themes)
7 years ago
Kevin Mok
1338b0ece4
Fixed gpla and Vim mappings
- gpla: Pop stashed changes before clearing them.
- Vim mappings: Remove spacing at end because Vim already adds a space
after mappings.
7 years ago
Kevin Mok
768baa4f33
Pull in all repos function and changes to Vim
Vim:
- Local mappings to type out math notes.
- Mapping to toggle highlight searches and replace all.
- Increase linespace to display underscores.
7 years ago
Kevin Mok
4434607e03
Working color scheme switcher for Vim
Vim mappings for Plug tasks.
7 years ago
Kevin Mok
7792e56b30
Vim comment plugin, run/test l5 alias
7 years ago
Kevin Mok
568aa72b5b
Forked vim-snippets and transferred snippets
I wanted to alter the default snippets so I thought I might as well move
all mine into there as well, instead of keeping track of changes in 2
repositories.
Also, having become comfortable with Vim folding, I thought it'd be more
organized to consolidate similar alias files (i.e. 209 -> school,
laptop/my_pc -> pc) and then add folding to the top-level files.
7 years ago
Kevin Mok
9db2037c26
Added snippets to help with math lectures
- snippets: Roman d, axes
- Vim: set fold to markers by default, jump to middle of line mapping
7 years ago
Kevin Mok
7adfcb7948
Added TeXmath snippets to help with PAR 2
- (in-)line equation
- square root
- therefore
- cdot
7 years ago
Kevin Mok
a4ffe83dc7
snippets (new), Bash functions
- LaTeX: align, piecewise function
- snippets: tabstops, LaTeX environment
- .gitignore
7 years ago
Kevin Mok
7c35d96766
Merge master branch
7 years ago
Kevin Mok
5ab1eb5c94
Resolved merge conflicts with custom-vim-snippets
7 years ago
Kevin Mok
1a28b4b93e
Generic for, alias and multi-line equation
For C, bash and LaTeX respectively.
7 years ago
Kevin Mok
f481b453aa
Merge with UltiSnips repo (added fnct to merge)
- UltiSnips: Moved alias snippets from sh to all.
- Aliases: Snippet, commit message.
- Vim: Map fold method, preview and line break to leader keys.
7 years ago
Kevin Mok
59b7f07824
Added Terminator config from NZXT
7 years ago
Kevin Mok
8644894f35
Changed Terminator file to be hard link
Terminator file now actually contains the config lines rather than just
the path to the config.
7 years ago
Kevin Mok
5554bfd2fe
Resolve #18 , new 209/my_pc alias files, egc alias
- alias files:
- 209: Split from school because was getting too long.
- my_pc: Stores common aliases between laptop and desktop.
- Can now have different Terminator configurations for each computer.
- egc alias: Loads commit message buffer into Vim with text width of 72
and syntax highlighting.
7 years ago
Kevin Mok
9103500922
C: malloc, str functions | TeX: integral, bold
- sh: var with quotes
7 years ago
Kevin Mok
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.
7 years ago
Kevin Mok
361da66979
Organized alias files and update set-from-git
Split .bash_aliases into other files for git, laptop, PC and school.
7 years ago
Kevin Mok
8877960762
snippets (new), Bash functions
- LaTeX: align, piecewise function
- snippets: tabstops, LaTeX environment
- .gitignore
7 years ago
Kevin Mok
dc606713d5
Snippet/simple CDF aliases
CDF alias stopped working so reverted to simplified one.
7 years ago
Kevin Mok
872f0e5e0e
Generic for, alias and multi-line equation
For C, bash and LaTeX respectively.
7 years ago
Kevin Mok
3c7c7c37df
Auto-load .bashrc upon SSH'ing into CDF
Fix "c." function.
7 years ago
Kevin Mok
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.
7 years ago
Kevin Mok
07f475b44a
Compile assignment functions, CDF SSH alias
Vim enter for new lines.
7 years ago
Kevin Mok
4a987c36dc
Added LaTeX setup/auto-completion to vim
Also removed FuzzyFinder.
7 years ago
Kevin Mok
6265fa0c47
Function to compile split_array for l3
Also shortened gcc9 to gc9 for brevity.
7 years ago
Kevin Mok
6f6662a320
Set vim line width, LaTex preview
Merge from laptop.
7 years ago
Kevin Mok
2d74f915e7
Vi mode/new theme for bash
- New theme to try and fix cursor issue.
- Merge with lab lc.
7 years ago
Kevin Mok
810871dc5b
Additional gcc9 functions for different files
For files that require cmd-line arguments.
7 years ago
Kevin Mok
af9e48be72
Update set-from-git for Terminator
- Set default terminal editor to vim (.bashrc)
- Auto-install plugged (.vimrc)
7 years ago
Kevin Mok
f8cb335b4f
Combined home and lab school aliases
7 years ago
Kevin Mok
9c8ad8a029
Compile function for 209
7 years ago
Kevin Mok
9a2877b083
Rotate function for home
- Speedtest/ping aliases
- Make executable function
7 years ago
Kevin Mok
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.
7 years ago
Kevin Mok
4ed00dcb43
Added aliases for home PC
- global Okular function
- show nested files in gs
7 years ago
Kevin Mok
3ae7365c56
Fixed aliases to run and cleaned profile
7 years ago
Kevin Mok
ee77d6051e
More lab aliases
- zip/Markdown functions
- opening cur dir in file explorer
- 207 Phase 2/258 final project aliases
7 years ago
Kevin Mok
afa839f094
Browser, md, gob commands.
7 years ago
Kevin Mok
5fb14fb12e
Added function for going back directories.
7 years ago
Kevin Mok
8b6db413da
More git commands.
7 years ago