Switch ccat for bat

This commit is contained in:
LordMathis 2018-08-24 16:08:03 +02:00
parent be2b0a98fd
commit e81e8f44c9
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,3 @@
alias mkdir='mkdir -p'
alias cat='ccat'
alias cat='bat'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

View File

@ -6,6 +6,7 @@
owner: "Matúš Námešný"
template: "Copyright (c) %y %o"
core:
closeDeletedFileTabs: true
disabledPackages: [
"atom-typescript"
"vim-mode-plus"

View File

@ -146,7 +146,10 @@ exec setxkbmap -model pc104 -layout us,sk -variant ,qwerty -option grp:win_space
bindsym $mod+l exec --no-startup-id $HOME/bin/lock.sh $HOME/Pictures/Wallpapers/1-blurred.png
# Start Compton
exec compton
exec --no-startup-id compton
# Start nextcloud client
exec --no-startup-id nextcloud
# Conky
exec --no-startup-id $HOME/bin/startconky.sh

View File

@ -4,7 +4,7 @@ My dotfiles. If you want to use them fork or clone the repo.
## Requirements
* [git](https://git-scm.com/), [zsh](http://www.zsh.org/), [antigen](https://github.com/zsh-users/antigen) and [ccat](https://github.com/jingweno/ccat)
* [git](https://git-scm.com/), [zsh](http://www.zsh.org/), [antigen](https://github.com/zsh-users/antigen) and [bat](https://github.com/sharkdp/bat)
* Desktop environment:
* [i3](https://i3wm.org/)
* [polybar](https://github.com/jaagr/polybar)