This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# i3status configuration file. | |
# see "man i3status" for documentation. | |
# It is important that this file is edited as UTF-8. | |
# The following line should contain a sharp s: | |
# ß | |
# If the above line is not correctly displayed, fix your editor first! | |
general { | |
colors = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set $mod Mod4 | |
exec --no-startup-id sh ~/.fehbg & | |
# I don't like borders | |
new_window 1pixel | |
new_float 1pixel | |
# some stupid shit for i3-gaps | |
for_window [class="^.*"] border pixel 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% resume.tex | |
% | |
% This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. | |
\documentclass[letterpaper,11pt]{article} | |
%----------------------------------------------------------- | |
%Margin setup | |
\setlength{\voffset}{0.1in} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/tmp 𝜵 ls 3 4 | |
3: | |
1 10 2 4 5 6 7 8 9 a b d | |
4: | |
1 10 2 3 5 6 7 8 9 c | |
~/tmp 𝜵 diff -y <(ls 3) <(ls 4) | |
1 1 | |
10 10 | |
2 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Utilities | |
--------- | |
htop | |
tree | |
atool | |
the_silver_searcher (silversearcher-ag) | |
whois | |
mtr | |
mosh | |
vim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- project: | |
name: demo-project-view | |
project-name: demo | |
views: | |
- project-view | |
- project: | |
name: demo | |
project-name: 'demo' |
OlderNewer