Update README files
This commit is contained in:
parent
556341aad9
commit
3897ee8048
4 changed files with 11 additions and 31 deletions
33
README.md
33
README.md
|
@ -1,32 +1,9 @@
|
||||||
# Repository for dotfiles & system setup
|
# dotfiles & system setup
|
||||||
|
|
||||||
## UI
|
`git clone git@github.com:grawlinson/dotfiles.git ~/.dotfiles`
|
||||||
|
|
||||||
### General
|
Clone repository, then setup as desired.
|
||||||
|
|
||||||
* Numix Circle Icons
|
## LICENSE
|
||||||
* Docky
|
|
||||||
|
|
||||||
### XFCE
|
The MIT License ([MIT](LICENSE.md))
|
||||||
|
|
||||||
* Topmenu
|
|
||||||
* Terminal
|
|
||||||
* Notifications (Numix)
|
|
||||||
|
|
||||||
## TODO
|
|
||||||
|
|
||||||
Refactor the following:
|
|
||||||
|
|
||||||
* Weechat
|
|
||||||
|
|
||||||
Create shell scripts that automatically:
|
|
||||||
|
|
||||||
* Installs software from repositories
|
|
||||||
* Sets up UI
|
|
||||||
|
|
||||||
Variables/Functions:
|
|
||||||
|
|
||||||
* DOTFILES_DIR
|
|
||||||
* createFolder(location, folderName) - Backup if exists.
|
|
||||||
* createLink(location, fileName) - Backup if exists.
|
|
||||||
* Backup to: DOTFILES_DIR/BACKUPS (Add folder to gitignore)
|
|
||||||
|
|
|
@ -7,9 +7,9 @@ Create directory for global packages
|
||||||
|
|
||||||
`mkdir ~/.npm-packages`
|
`mkdir ~/.npm-packages`
|
||||||
|
|
||||||
Create a symlink for `.npmrc`
|
Copy `.npmrc`
|
||||||
|
|
||||||
`ln -s ~/.dotfiles/npm/npmrc ~/.npmrc`
|
`cp ~/.dotfiles/npm/npmrc ~/.npmrc`
|
||||||
|
|
||||||
Shell wizardry
|
Shell wizardry
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ Create SSH directory & copy config there.
|
||||||
|
|
||||||
Generate SSH key(s)
|
Generate SSH key(s)
|
||||||
|
|
||||||
`ssh-keygen -t rsa -b 4096 -C "comment" -f /path/to/ssh/key`
|
`ssh-keygen -t ed25519 -C "comment" -f /path/to/ssh/key`
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# xfce4
|
# xfce4
|
||||||
|
|
||||||
|
**Obsolete**: I've since switched to KDE Plasma 5.
|
||||||
|
The X11 files are still useful.
|
||||||
|
|
||||||
## General
|
## General
|
||||||
|
|
||||||
* Ensure notifications work properly. ([Reference][2] & [Source][1])
|
* Ensure notifications work properly. ([Reference][2] & [Source][1])
|
||||||
|
|
Loading…
Reference in a new issue