mirror of
https://github.com/purhan/dotfiles.git
synced 2025-12-27 15:05:00 +08:00
14 lines
355 B
Bash
Executable file
14 lines
355 B
Bash
Executable file
#!/bin/bash
|
|
# ADD DOTFILES
|
|
|
|
shopt -s expand_aliases
|
|
alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
|
|
|
|
cd ~/
|
|
config add .bashrc .vimrc .astylerc conf-scripts .gtkrc-2.0
|
|
|
|
cd .config
|
|
config add awesome Code sublime-text-3 gtk-2.0 gtk-3.0 guake powerline-shell konsolerc spectaclerc
|
|
|
|
cd ~/.local/share
|
|
config add color-schemes konsole
|