moved a bunch of config files to clean the directory up a bit :)
27
README.md
@ -8,17 +8,18 @@ This repository holds my Linux config files.
|
|||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
|
|
||||||
| Purpose | Tool |
|
| Purpose | Tool |
|
||||||
|-------------|--------------------------------------|
|
|-------------------|--------------------------------------|
|
||||||
| WM | i3 (i3-gaps) |
|
| WM | i3 (i3-gaps) |
|
||||||
| App launcher| rofi |
|
| App launcher | rofi |
|
||||||
| Shell | Bash |
|
| Shell | Bash |
|
||||||
| OS | Arch Linux (or Antergos if I'm lazy) |
|
| Package managers | Pacman & Trizen |
|
||||||
| Terminal | xfce4-terminal |
|
| OS | Arch Linux (or Antergos if I'm lazy) |
|
||||||
| Editor | nano |
|
| Terminal | xfce4-terminal |
|
||||||
| Code editor | vscode / jetbrains stuff |
|
| Editor | nano |
|
||||||
| Browser | Chromium |
|
| Code editor | vscode / jetbrains stuff |
|
||||||
| File manager| If I have to use one ... Nautilus |
|
| Browser | Chromium |
|
||||||
| Music | Google Play Music Desktop Player |
|
| File manager | If I have to use one ... Nautilus |
|
||||||
| | |
|
| Music | Google Play Music Desktop Player |
|
||||||
|
| | |
|
||||||
|
|
||||||
|
15
config/ntp.conf
Normal 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
|
19
install.sh
@ -34,8 +34,12 @@ function install_trizen {
|
|||||||
|
|
||||||
# Link basic rice files
|
# Link basic rice files
|
||||||
function install_rice {
|
function install_rice {
|
||||||
mkdir -p ~/Pictures/Wallpapers
|
rm -rf ~/Pictures/Wallpapers
|
||||||
ln -sf "$PWD"/wallpapers/wallpaper.jpg ~/Pictures/Wallpapers/wallpaper.jpg
|
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
|
ln -sf "$PWD"/i3/ ~/.config/i3
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -43,14 +47,15 @@ function install_rice {
|
|||||||
function install_config {
|
function install_config {
|
||||||
rm ~/.notify-osd
|
rm ~/.notify-osd
|
||||||
mkdir ~/.config/xfce4/
|
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/.bashrc ~/.bashrc
|
||||||
ln -sf "$PWD"/bash/.alias.sh ~/.alias
|
ln -sf "$PWD"/bash/.alias.sh ~/.alias
|
||||||
ln -sf "$PWD"/nano/.nanorc ~/.nanorc
|
ln -sf "$PWD"/config/nano/.nanorc ~/.nanorc
|
||||||
sudo ln -sf "$PWD"/package-managers/pacman.conf /etc/pacman.conf
|
sudo ln -sf "$PWD"/config/package-managers/pacman.conf /etc/pacman.conf
|
||||||
sudo ln -sf "$PWD"/package-managers/makepkg.conf /etc/makepkg.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"/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
|
mkdir -p ~/.config/gtk-3.0
|
||||||
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.config/gtk-3.0/.config
|
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.config/gtk-3.0/.config
|
||||||
}
|
}
|
||||||
|
BIN
wallpapers/bridge-island-house.jpg
Normal file
After Width: | Height: | Size: 678 KiB |
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 252 KiB |
BIN
wallpapers/space.jpg
Normal file
After Width: | Height: | Size: 278 KiB |
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 48 B |
1
wallpapers/wallpaper.jpg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/mastermindzh/dotfiles/wallpapers/space.jpg
|
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 48 B |