moved a bunch of config files to clean the directory up a bit :)

This commit is contained in:
Rick van Lieshout 2018-04-23 10:06:10 +02:00
parent 7a9aab6654
commit 6aa3a05947
14 changed files with 41 additions and 20 deletions

View File

@ -8,17 +8,18 @@ This repository holds my Linux config files.
## Tools
| Purpose | Tool |
|-------------|--------------------------------------|
| WM | i3 (i3-gaps) |
| App launcher| rofi |
| Shell | Bash |
| OS | Arch Linux (or Antergos if I'm lazy) |
| Terminal | xfce4-terminal |
| Editor | nano |
| Code editor | vscode / jetbrains stuff |
| Browser | Chromium |
| File manager| If I have to use one ... Nautilus |
| Music | Google Play Music Desktop Player |
| | |
| Purpose | Tool |
|-------------------|--------------------------------------|
| WM | i3 (i3-gaps) |
| App launcher | rofi |
| Shell | Bash |
| Package managers | Pacman & Trizen |
| OS | Arch Linux (or Antergos if I'm lazy) |
| Terminal | xfce4-terminal |
| Editor | nano |
| Code editor | vscode / jetbrains stuff |
| Browser | Chromium |
| File manager | If I have to use one ... Nautilus |
| Music | Google Play Music Desktop Player |
| | |

15
config/ntp.conf Normal file
View File

@ -0,0 +1,15 @@
# Associate to Arch's NTP pool
server 0.arch.pool.ntp.org
server 1.arch.pool.ntp.org
server 2.arch.pool.ntp.org
server 3.arch.pool.ntp.org
# By default, the server allows:
# - all queries from the local host
# - only time queries from remote hosts, protected by rate limiting and kod
restrict default kod limited nomodify nopeer noquery notrap
restrict 127.0.0.1
restrict ::1
# Location of drift file
driftfile /var/lib/ntp/ntp.drift

View File

@ -34,8 +34,12 @@ function install_trizen {
# Link basic rice files
function install_rice {
mkdir -p ~/Pictures/Wallpapers
ln -sf "$PWD"/wallpapers/wallpaper.jpg ~/Pictures/Wallpapers/wallpaper.jpg
rm -rf ~/Pictures/Wallpapers
ln -sf "$PWD"/wallpapers ~/Pictures/Wallpapers
# set default for i3
ln -sf "$PWD"/wallpapers/space.jpg ~/Pictures/Wallpapers/wallpaper.jpg
ln -sf "$PWD"/i3/ ~/.config/i3
}
@ -43,14 +47,15 @@ function install_rice {
function install_config {
rm ~/.notify-osd
mkdir ~/.config/xfce4/
ln -sf "$PWD"/notify-osd/notify-osd ~/.notify-osd
ln -sf "$PWD"/config/notify-osd/notify-osd ~/.notify-osd
ln -sf "$PWD"/bash/.bashrc ~/.bashrc
ln -sf "$PWD"/bash/.alias.sh ~/.alias
ln -sf "$PWD"/nano/.nanorc ~/.nanorc
sudo ln -sf "$PWD"/package-managers/pacman.conf /etc/pacman.conf
sudo ln -sf "$PWD"/package-managers/makepkg.conf /etc/makepkg.conf
ln -sf "$PWD"/config/nano/.nanorc ~/.nanorc
sudo ln -sf "$PWD"/config/package-managers/pacman.conf /etc/pacman.conf
sudo ln -sf "$PWD"/config/package-managers/makepkg.conf /etc/makepkg.conf
sudo ln -sf "$PWD"/config/ntp.conf /etc/ntp.conf
ln -sf "$PWD"/bash/.powerline-shell.json ~/.powerline-shell.json
ln -sf "$PWD"/terminal/xfce4-term ~/.config/xfce4/terminal/
ln -sf "$PWD"/config/terminal/xfce4-term ~/.config/xfce4/terminal/
mkdir -p ~/.config/gtk-3.0
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.config/gtk-3.0/.config
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 KiB

View File

Before

Width:  |  Height:  |  Size: 252 KiB

After

Width:  |  Height:  |  Size: 252 KiB

BIN
wallpapers/space.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 48 B

1
wallpapers/wallpaper.jpg Symbolic link
View File

@ -0,0 +1 @@
/home/mastermindzh/dotfiles/wallpapers/space.jpg

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 48 B