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
9cd7d61cc6
Fix program links in README
2018-03-05 22:50:26 -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
3914b7ff36
Resolves #36
...
Also added Spotify song name as i3block to Samsung monitor.
2018-03-05 06:32:10 -05:00
bca6d27965
i3 shortcuts: media, open apps in certain ws
2018-03-05 03:42:16 -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
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
2018-02-15 22:06:10 -05:00
67f97269a2
i3: ws icons, resize windows w/o mode
...
- Go up/down workspace bindings.
- Removed unwanted blocks from i3blocks.
- Volume key bindings.
2018-02-15 19:02:32 -05:00
d4d44555ca
i3: startup progs, i3blocks, redshift bindings
...
Also updated NZXT-terminator and background for i3.
2018-02-15 08:23:58 -05:00
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.
2018-02-15 05:39:47 -05:00
5ac1b0d77d
Added Neofetch config
...
Updated set-from-git. 209-a2 aliases.
2018-02-15 02:57:14 -05:00
0d327968c0
Vim: bullets plugin, replace/wrap line mappings
...
Also changed paste toggle (F10) to instead turn on paste, paste and
then turn off.
2018-02-13 03:43:29 -05:00
f1b9026f96
Terminator: Update NZXT-terminator/set-from-git
...
- Vim: Column marker, reload vimrc mapping, mapping timeout.
2018-02-11 01:39:28 -05:00
eb3893cf30
Vim: listed plugins, split mappings
...
- surround
- EasyMotion
- airline (themes)
2018-02-10 23:41:04 -05:00
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.
2018-02-09 22:36:16 -05:00
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.
2018-02-09 14:43:47 -05:00
4434607e03
Working color scheme switcher for Vim
...
Vim mappings for Plug tasks.
2018-02-07 00:10:28 -05:00
7792e56b30
Vim comment plugin, run/test l5 alias
2018-02-06 23:07:43 -05:00
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.
2018-02-06 18:32:15 -05:00
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
2018-02-05 16:20:14 -05:00
7adfcb7948
Added TeXmath snippets to help with PAR 2
...
- (in-)line equation
- square root
- therefore
- cdot
2018-02-05 00:10:00 -05:00
a4ffe83dc7
snippets (new), Bash functions
...
- LaTeX: align, piecewise function
- snippets: tabstops, LaTeX environment
- .gitignore
2018-02-04 14:59:46 -05:00
7c35d96766
Merge master branch
2018-02-04 14:56:32 -05:00
5ab1eb5c94
Resolved merge conflicts with custom-vim-snippets
2018-02-04 14:42:39 -05:00
1a28b4b93e
Generic for, alias and multi-line equation
...
For C, bash and LaTeX respectively.
2018-02-04 14:39:04 -05:00
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.
2018-02-04 14:38:17 -05:00
59b7f07824
Added Terminator config from NZXT
2018-02-03 19:17:36 -05:00
8644894f35
Changed Terminator file to be hard link
...
Terminator file now actually contains the config lines rather than just
the path to the config.
2018-02-01 22:54:18 -05:00
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.
2018-02-01 22:38:04 -05:00
9103500922
C: malloc, str functions | TeX: integral, bold
...
- sh: var with quotes
2018-02-01 16:59:44 -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
8877960762
snippets (new), Bash functions
...
- LaTeX: align, piecewise function
- snippets: tabstops, LaTeX environment
- .gitignore
2018-01-31 01:58:04 -05:00
dc606713d5
Snippet/simple CDF aliases
...
CDF alias stopped working so reverted to simplified one.
2018-01-31 00:16:00 -05:00
872f0e5e0e
Generic for, alias and multi-line equation
...
For C, bash and LaTeX respectively.
2018-01-31 00:03:56 -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