From e81e8f44c9426469a8d38ae9c18983a185fc2729 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Fri, 24 Aug 2018 16:08:03 +0200 Subject: [PATCH] Switch ccat for bat --- .aliases | 2 +- .atom/config.cson | 1 + .config/i3/config | 5 ++++- README.md | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.aliases b/.aliases index 3ee946d..e590257 100644 --- a/.aliases +++ b/.aliases @@ -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' diff --git a/.atom/config.cson b/.atom/config.cson index 9320153..1fd1c47 100644 --- a/.atom/config.cson +++ b/.atom/config.cson @@ -6,6 +6,7 @@ owner: "Matúš Námešný" template: "Copyright (c) %y %o" core: + closeDeletedFileTabs: true disabledPackages: [ "atom-typescript" "vim-mode-plus" diff --git a/.config/i3/config b/.config/i3/config index aa5c8a5..6c8d267 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 diff --git a/README.md b/README.md index 7366b3f..412f423 100644 --- a/README.md +++ b/README.md @@ -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)