mirror of
https://github.com/purhan/dotfiles.git
synced 2026-01-08 16:37:25 +08:00
first commit
This commit is contained in:
commit
a6c665c17f
619 changed files with 21468 additions and 0 deletions
14
conf-scripts/add.sh
Executable file
14
conf-scripts/add.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue