Added i3-gaps to used
parent
6746d3c074
commit
4ef25f786b
10
.gitconfig
10
.gitconfig
|
@ -1,10 +0,0 @@
|
||||||
[user]
|
|
||||||
email = tran.tuan-dat@mailbox.org
|
|
||||||
name = TuDatTr
|
|
||||||
[alias]
|
|
||||||
ls = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
|
|
||||||
stat = status
|
|
||||||
cd = git rev-parse --show-toplevel
|
|
||||||
ignore = update-index --assume-unchanged
|
|
||||||
[core]
|
|
||||||
excludesfile = ~/.gitignore
|
|
|
@ -1,4 +1,3 @@
|
||||||
*~
|
*~
|
||||||
\#*\#
|
\#*\#
|
||||||
*.log
|
*.log
|
||||||
auto
|
|
|
@ -21,11 +21,6 @@ copy .config/i3/
|
||||||
printf "\nCopying Termite configs...\n"
|
printf "\nCopying Termite configs...\n"
|
||||||
copy .config/termite/
|
copy .config/termite/
|
||||||
|
|
||||||
# Git
|
|
||||||
printf "\nCopying Git configs...\n"
|
|
||||||
copy .gitignore
|
|
||||||
copy .gitconfig
|
|
||||||
|
|
||||||
# Scripts
|
# Scripts
|
||||||
printf "\nCopying Scripts...\n"
|
printf "\nCopying Scripts...\n"
|
||||||
copy .scripts/
|
copy .scripts/
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -1,5 +1,5 @@
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH=/home/tuan/.oh-my-zsh
|
export ZSH=~/.oh-my-zsh
|
||||||
|
|
||||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
# Set name of the theme to load. Optionally, if you set this to "random"
|
||||||
# it'll load a random theme each time that oh-my-zsh is loaded.
|
# it'll load a random theme each time that oh-my-zsh is loaded.
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
These are my personal dotfiles.
|
These are my personal dotfiles.
|
||||||
I'm using:
|
I'm using:
|
||||||
* [Manjaro i3](https://manjaro.org/2017/03/07/manjaro-i3-community-edition-17-0-released/)
|
* [Manjaro i3](https://manjaro.org/2017/03/07/manjaro-i3-community-edition-17-0-released/)
|
||||||
|
* [i3-gaps](https://github.com/Airblader/i3)
|
||||||
* [GNU Emacs](https://www.gnu.org/software/emacs/)
|
* [GNU Emacs](https://www.gnu.org/software/emacs/)
|
||||||
* [Z shell](http://zsh.sourceforge.net)
|
* [Z shell](http://zsh.sourceforge.net)
|
||||||
* [Oh My Zsh](http://ohmyz.sh)
|
* [Oh My Zsh](http://ohmyz.sh)
|
||||||
|
@ -11,6 +12,7 @@ I'm using:
|
||||||
2. Making an own conky, conky_maia-like
|
2. Making an own conky, conky_maia-like
|
||||||
3. Adding common keybindings of Emacs, i3 and aliases of zsh
|
3. Adding common keybindings of Emacs, i3 and aliases of zsh
|
||||||
4. Improve the README.md or maybe make a wiki.
|
4. Improve the README.md or maybe make a wiki.
|
||||||
|
5. Getting away from Manjaro i3 (?)
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue