1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-09-28 22:22:51 +00:00

Random updates

This commit is contained in:
Nemo 2016-12-21 17:17:50 +05:30
parent 40339ae277
commit b15e918890
8 changed files with 52 additions and 5 deletions

View File

@ -279,6 +279,7 @@ alias sd='fasd -sid' # interactive directory selection
alias sf='fasd -sif' # interactive file selection alias sf='fasd -sif' # interactive file selection
alias z='fasd_cd -d' # cd, same functionality as j in autojump alias z='fasd_cd -d' # cd, same functionality as j in autojump
alias zz='fasd_cd -d -i' # cd with interactive selection alias zz='fasd_cd -d -i' # cd with interactive selection
alias vim='nvim'
##### History Shenanigans ##### History Shenanigans

View File

@ -34,5 +34,4 @@ robots = off
# Print the HTTP and FTP server responses # Print the HTTP and FTP server responses
#server_response = off #server_response = off
# Disguise as IE 9 on Windows 7 user_agent = Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2873.0 Safari/537.36
user_agent = Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)

View File

@ -10,6 +10,18 @@
<family>Droid Sans Mono</family> <family>Droid Sans Mono</family>
<prefer><family>PowerlineSymbols</family></prefer> <prefer><family>PowerlineSymbols</family></prefer>
</alias> </alias>
<alias>
<family>Droid Sans Mono Slashed</family>
<prefer><family>PowerlineSymbols</family></prefer>
</alias>
<alias>
<family>Droid Sans Mono Dotted</family>
<prefer><family>PowerlineSymbols</family></prefer>
</alias>
<alias>
<family>DejaVu Sans Mono</family>
<prefer><family>PowerlineSymbols</family></prefer>
</alias>
<alias> <alias>
<family>DejaVu Sans Mono</family> <family>DejaVu Sans Mono</family>
<prefer><family>PowerlineSymbols</family></prefer> <prefer><family>PowerlineSymbols</family></prefer>
@ -66,4 +78,28 @@
<family>Ubuntu Mono</family> <family>Ubuntu Mono</family>
<prefer><family>PowerlineSymbols</family></prefer> <prefer><family>PowerlineSymbols</family></prefer>
</alias> </alias>
<alias>
<family>Meslo LG L</family>
<prefer><family>PowerlineSymbols</family></prefer>
</alias>
<alias>
<family>Meslo LG L DZ</family>
<prefer><family>PowerlineSymbols</family></prefer>
</alias>
<alias>
<family>Meslo LG M</family>
<prefer><family>PowerlineSymbols</family></prefer>
</alias>
<alias>
<family>Meslo LG M DZ</family>
<prefer><family>PowerlineSymbols</family></prefer>
</alias>
<alias>
<family>Meslo LG S</family>
<prefer><family>PowerlineSymbols</family></prefer>
</alias>
<alias>
<family>Meslo LG S DZ</family>
<prefer><family>PowerlineSymbols</family></prefer>
</alias>
</fontconfig> </fontconfig>

View File

@ -20,6 +20,7 @@
co = checkout co = checkout
ci = commit ci = commit
from = "! git fetch origin; git rebase origin/master" from = "! git fetch origin; git rebase origin/master"
frum = "! git fetch upstream; git rebase upstream/master"
[rerere] [rerere]
enabled = true enabled = true
@ -51,3 +52,4 @@
[core] [core]
# https://github.com/so-fancy/diff-so-fancy # https://github.com/so-fancy/diff-so-fancy
pager = diff-so-fancy | less --tabs=4 -RFX pager = diff-so-fancy | less --tabs=4 -RFX
preloadindex = true

View File

@ -14,13 +14,14 @@ general {
#order += "ipv6" #order += "ipv6"
order += "external_script cmus" order += "external_script cmus"
order += "disk /home" order += "disk /home"
order += "disk /"
order += "bluetooth" order += "bluetooth"
#order += "weather_yahoo" #order += "weather_yahoo"
#order += "run_watch DHCP" #order += "run_watch DHCP"
#order += "run_watch VPN" #order += "run_watch VPN"
order += "wireless _first_" order += "wireless _first_"
#order += "ethernet _first_" #order += "ethernet _first_"
order += "battery_level" #order += "battery_level"
# order += "load" # order += "load"
order += "tztime local" order += "tztime local"
@ -73,6 +74,10 @@ disk "/home" {
format = "%avail" format = "%avail"
} }
disk "/" {
format = "%avail"
}
weather_yahoo { weather_yahoo {
city_code = "INKA0686" city_code = "INKA0686"
} }

View File

@ -1 +1 @@
/sk How may I help you? /sk Hi, how may I help you?

View File

@ -19,3 +19,6 @@ Host koding
ProxyCommand ssh %r@ssh.koding.com nc %h %p ProxyCommand ssh %r@ssh.koding.com nc %h %p
Protocol 2 Protocol 2
ServerAliveInterval 60 ServerAliveInterval 60
Host 35.*.*.*
User abhay

View File

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
xrdb ~/.Xresources xrdb ~/.Xresources
xset -b xset -b
export PATH="${PATH}:/home/nemo/.nvm/versions/node/v6.7.0/bin:/home/nemo/projects/scripts"
exec i3 exec i3