Fixes during new SSD installation
This commit is contained in:
parent
c28354db54
commit
20c3d0b4d4
|
@ -1,3 +1,3 @@
|
||||||
gtk-icon-theme-name = "elementary"
|
gtk-icon-theme-name = "elementary"
|
||||||
gtk-theme-name = "Arc-Dark"
|
gtk-theme-name = "Arc-Dark"
|
||||||
gtk-font-name = "Iosevka Type 10"
|
gtk-font-name = "iosevka-lyte 10"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-icon-theme-name = elementary
|
gtk-icon-theme-name = elementary
|
||||||
gtk-theme-name = Arc-Dark
|
gtk-theme-name = Arc-Dark
|
||||||
gtk-font-name = Iosevka Type 10
|
gtk-font-name = iosevka-lyte 10
|
||||||
gtk-application-prefer-dark-theme = true
|
gtk-application-prefer-dark-theme = true
|
||||||
|
|
|
@ -23,7 +23,7 @@ nnoremap <C-y> :vsplit term://$SHELL<CR><C-\><C-n>:vertical resize 120<CR>i
|
||||||
" close the terminal
|
" close the terminal
|
||||||
tnoremap <C-w> <C-\><C-n>:q!<CR>
|
tnoremap <C-w> <C-\><C-n>:q!<CR>
|
||||||
tnoremap <leader>w <C-\><C-n>:q!<CR>
|
tnoremap <leader>w <C-\><C-n>:q!<CR>
|
||||||
tnoremap <C-n> <C-\><C-n>
|
" tnoremap <C-n> <C-\><C-n>
|
||||||
tnoremap <C-[> <C-\><C-n>
|
tnoremap <C-[> <C-\><C-n>
|
||||||
|
|
||||||
" moving between terminal splits
|
" moving between terminal splits
|
||||||
|
@ -87,7 +87,7 @@ nnoremap <leader>m :call RunMake()<CR>
|
||||||
|
|
||||||
" NERDTree bindings
|
" NERDTree bindings
|
||||||
" show file manager in current directory
|
" show file manager in current directory
|
||||||
nnoremap <C-n> :NERDTreeToggle<CR>
|
nnoremap <C-f> :NERDTreeToggle<CR>
|
||||||
" show file manager in git repo root
|
" show file manager in git repo root
|
||||||
nnoremap <leader>n :call NERDProjectViewer()<CR>
|
nnoremap <leader>n :call NERDProjectViewer()<CR>
|
||||||
" focus the current file in NERDTree
|
" focus the current file in NERDTree
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# user's username
|
# user's username
|
||||||
USERNAME=daniel
|
USERNAME=daniel
|
||||||
USER_GROUPS="admin,users,wheel"
|
USER_GROUPS="admin,users"
|
||||||
|
|
||||||
# add admin group
|
# add admin group
|
||||||
groupadd admin 2>/dev/null
|
groupadd admin 2>/dev/null
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# installs pacaur on a fresh arch install
|
# installs pacaur on a fresh arch install
|
||||||
|
|
||||||
# install the dependencies
|
# install the dependencies
|
||||||
sudo pacman -S git curl openssl perl expac yajl meson gmock gtest jq --noconfirm
|
sudo pacman -S git curl openssl perl expac yajl meson gmock gtest jq make pkginfo --noconfirm
|
||||||
|
|
||||||
# setup a temporary place to install the packages from
|
# setup a temporary place to install the packages from
|
||||||
REPOSITORY_PATH="/tmp/provisioning"
|
REPOSITORY_PATH="/tmp/provisioning"
|
||||||
|
|
|
@ -9,7 +9,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pacaur --needed -S \
|
pacaur --needed -S \
|
||||||
bluez bluz-libs bluez-utils bluez-tools \
|
bluez bluez-libs bluez-utils bluez-tools \
|
||||||
pigz `# Multi-core gzipping` \
|
pigz `# Multi-core gzipping` \
|
||||||
iw `# WiFi Power Saving` \
|
iw `# WiFi Power Saving` \
|
||||||
arc-gtk-theme `# GTK Theme` \
|
arc-gtk-theme `# GTK Theme` \
|
||||||
|
@ -24,7 +24,7 @@ pacaur --needed -S \
|
||||||
audacity `# Audio Editing Application` \
|
audacity `# Audio Editing Application` \
|
||||||
cmake `# Cross-Platform Make` \
|
cmake `# Cross-Platform Make` \
|
||||||
accountsservice `# Mainly for User Avatars with LightDM` \
|
accountsservice `# Mainly for User Avatars with LightDM` \
|
||||||
deluge cairo python-cairo `# GUI Torrent Client` \
|
deluge deluge-gtk cairo python-cairo `# GUI Torrent Client` \
|
||||||
lightdm lightdm-gtk-greeter `# Nice User Login` \
|
lightdm lightdm-gtk-greeter `# Nice User Login` \
|
||||||
polybar-git `# Bar` \
|
polybar-git `# Bar` \
|
||||||
php `# PHP Language` \
|
php `# PHP Language` \
|
||||||
|
|
2
env/desktop/x/resources
vendored
2
env/desktop/x/resources
vendored
|
@ -1,6 +1,6 @@
|
||||||
#define bar_font_size 12
|
#define bar_font_size 12
|
||||||
# TODO: this needs fixing
|
# TODO: this needs fixing
|
||||||
polybar.primary_font: Iosevka Term:pixelsize=bar_font_size;1
|
polybar.primary_font: iosevka\-lyte:pixelsize=bar_font_size;1
|
||||||
bspwm.reverse_desktop_ordering: 0
|
bspwm.reverse_desktop_ordering: 0
|
||||||
bspwm.reverse_monitor_desktops: 1
|
bspwm.reverse_monitor_desktops: 1
|
||||||
polybar.display_monitor: DisplayPort-0
|
polybar.display_monitor: DisplayPort-0
|
||||||
|
|
Reference in a new issue